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
a["b"]["c"]
PHP Warning: Parameter 1 to array_push() expected to be a reference, value given in /home/benng/test.php on line 2
PHP Stack trace:
PHP 1. {main}() /home/benng/test.php:0
PHP 2. testcpp() /home/benng/test.php:2
PHP Fatal error: Uncaught exception 'Exception' with message 'Invalid call to array_push' in /home/benng/test.php:2
Stack trace:
#0 /home/benng/test.php(2): testcpp()
#1 {main}
thrown in /home/benng/test.php on line 2
Thank you for your hard-working in this project and please be noticed about this issue.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
array_push is showing error. Details are following:
PHP version 5.5.37
test.php
TESTCPP()
Output:
Thank you for your hard-working in this project and please be noticed about this issue.
The text was updated successfully, but these errors were encountered: