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
get_defined_constants has an optional parameter, which, if set to true, will change the output by adding an array level with the category.
The current type in callmap is array<string,int|string|float|bool|null|array|resource>. I guess we could change the type to array<string,int|string|float|bool|null|array|resource>|array<string, array<string,int|string|float|bool|null|array|resource>> But maybe there's a better way to do that which use the value of the parameter?
The text was updated successfully, but these errors were encountered:
get_defined_constants has an optional parameter, which, if set to true, will change the output by adding an array level with the category.
The current type in callmap is
array<string,int|string|float|bool|null|array|resource>
. I guess we could change the type toarray<string,int|string|float|bool|null|array|resource>|array<string, array<string,int|string|float|bool|null|array|resource>>
But maybe there's a better way to do that which use the value of the parameter?The text was updated successfully, but these errors were encountered: