You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the clarification. It's been fixed in 66a2c9d, however JavaScript isn't a typed language, you can't really cast the value so types 0, 1, 2 and 4 are the same and so are 3 and 5.
For the type column this is what the value must translate to:
0 - string
1 - int
2 - float
3 - object
4 - bool
5 - (associative) array
so in JS 3 and 5 would be the same
The text was updated successfully, but these errors were encountered: