3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var = Array( [0] => Array ( [id] => 1, [box] => 0 ), [2] => Array ( [id] => 2, [box] => 0 ), [3] => Array ( [id] => 3, [box] => 1 ) ); echo $index = array_search(array_column($var, 'box'), 1);
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Fatal error: Uncaught Error: Undefined constant "id" in /in/h5q5T:6 Stack trace: #0 {main} thrown in /in/h5q5T on line 6
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Fatal error: Uncaught Error: Undefined constant "id" in /in/h5q5T:6 Stack trace: #0 {main} thrown in /in/h5q5T on line 6
Process exited with code 255.
Output for 7.3.16 - 7.3.33, 7.4.0 - 7.4.33
Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /in/h5q5T on line 6 Warning: Illegal offset type in /in/h5q5T on line 6 Warning: Use of undefined constant box - assumed 'box' (this will throw an Error in a future version of PHP) in /in/h5q5T on line 7 Warning: Illegal offset type in /in/h5q5T on line 7 Warning: Illegal offset type in /in/h5q5T on line 7 Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /in/h5q5T on line 12 Warning: Illegal offset type in /in/h5q5T on line 12 Warning: Use of undefined constant box - assumed 'box' (this will throw an Error in a future version of PHP) in /in/h5q5T on line 13 Warning: Illegal offset type in /in/h5q5T on line 13 Warning: Illegal offset type in /in/h5q5T on line 13 Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /in/h5q5T on line 18 Warning: Illegal offset type in /in/h5q5T on line 18 Warning: Use of undefined constant box - assumed 'box' (this will throw an Error in a future version of PHP) in /in/h5q5T on line 19 Warning: Illegal offset type in /in/h5q5T on line 19 Warning: Illegal offset type in /in/h5q5T on line 19 Warning: array_search() expects parameter 2 to be array, int given in /in/h5q5T on line 23
Output for 7.2.0 - 7.2.33
Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /in/h5q5T on line 6 Warning: Illegal offset type in /in/h5q5T on line 6 Warning: Use of undefined constant box - assumed 'box' (this will throw an Error in a future version of PHP) in /in/h5q5T on line 7 Warning: Illegal offset type in /in/h5q5T on line 7 Warning: Illegal offset type in /in/h5q5T on line 7 Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /in/h5q5T on line 12 Warning: Illegal offset type in /in/h5q5T on line 12 Warning: Use of undefined constant box - assumed 'box' (this will throw an Error in a future version of PHP) in /in/h5q5T on line 13 Warning: Illegal offset type in /in/h5q5T on line 13 Warning: Illegal offset type in /in/h5q5T on line 13 Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /in/h5q5T on line 18 Warning: Illegal offset type in /in/h5q5T on line 18 Warning: Use of undefined constant box - assumed 'box' (this will throw an Error in a future version of PHP) in /in/h5q5T on line 19 Warning: Illegal offset type in /in/h5q5T on line 19 Warning: Illegal offset type in /in/h5q5T on line 19 Warning: array_search() expects parameter 2 to be array, integer given in /in/h5q5T on line 23
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20
Notice: Use of undefined constant id - assumed 'id' in /in/h5q5T on line 6 Warning: Illegal offset type in /in/h5q5T on line 6 Notice: Use of undefined constant box - assumed 'box' in /in/h5q5T on line 7 Warning: Illegal offset type in /in/h5q5T on line 7 Warning: Illegal offset type in /in/h5q5T on line 7 Notice: Use of undefined constant id - assumed 'id' in /in/h5q5T on line 12 Warning: Illegal offset type in /in/h5q5T on line 12 Notice: Use of undefined constant box - assumed 'box' in /in/h5q5T on line 13 Warning: Illegal offset type in /in/h5q5T on line 13 Warning: Illegal offset type in /in/h5q5T on line 13 Notice: Use of undefined constant id - assumed 'id' in /in/h5q5T on line 18 Warning: Illegal offset type in /in/h5q5T on line 18 Notice: Use of undefined constant box - assumed 'box' in /in/h5q5T on line 19 Warning: Illegal offset type in /in/h5q5T on line 19 Warning: Illegal offset type in /in/h5q5T on line 19 Warning: array_search() expects parameter 2 to be array, integer given in /in/h5q5T on line 23
Output for 5.5.0 - 5.5.35, 5.6.0 - 5.6.28
Notice: Use of undefined constant id - assumed 'id' in /in/h5q5T on line 6 Warning: Illegal offset type in /in/h5q5T on line 6 Notice: Use of undefined constant box - assumed 'box' in /in/h5q5T on line 7 Warning: Illegal offset type in /in/h5q5T on line 8 Warning: Illegal offset type in /in/h5q5T on line 8 Notice: Use of undefined constant id - assumed 'id' in /in/h5q5T on line 12 Warning: Illegal offset type in /in/h5q5T on line 12 Notice: Use of undefined constant box - assumed 'box' in /in/h5q5T on line 13 Warning: Illegal offset type in /in/h5q5T on line 14 Warning: Illegal offset type in /in/h5q5T on line 14 Notice: Use of undefined constant id - assumed 'id' in /in/h5q5T on line 18 Warning: Illegal offset type in /in/h5q5T on line 18 Notice: Use of undefined constant box - assumed 'box' in /in/h5q5T on line 19 Warning: Illegal offset type in /in/h5q5T on line 20 Warning: Illegal offset type in /in/h5q5T on line 21 Warning: array_search() expects parameter 2 to be array, integer given in /in/h5q5T on line 23

preferences:
197.33 ms | 404 KiB | 214 Q