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
If array elements are light there is possible to get 'Process exited with code 137.'
But if are higher than stdClass it kill all application.
Using foreach without using $key: `foreach ($array as &$value)`
generates: `Fatal error: Allowed memory size of...` - IMO this is better message for debugging what is wrong
But I expected this output instead:
Better message to be able to debug it, or possibility to use above construction :]