3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = [ [3] => [ [id] => 3, [name] => 'Yas Sleeveless Embroidered Top', [price] => 45.99, [quantity] => 1 ], [5] => [ [id] => 5, [name] => 'Yas Sleeveless Embroidered Top', [price] => 45.99, [quantity] => 1 ] ]; echo implode(', ', array_map(function ($entry) { return $entry['tag_name']; }, $input));
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/bLUPA:6 Stack trace: #0 {main} thrown in /in/bLUPA 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/bLUPA:6 Stack trace: #0 {main} thrown in /in/bLUPA on line 6
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 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/bLUPA on line 6 Warning: Illegal offset type in /in/bLUPA on line 6 Warning: Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in /in/bLUPA on line 7 Warning: Illegal offset type in /in/bLUPA on line 7 Warning: Use of undefined constant price - assumed 'price' (this will throw an Error in a future version of PHP) in /in/bLUPA on line 8 Warning: Illegal offset type in /in/bLUPA on line 8 Warning: Use of undefined constant quantity - assumed 'quantity' (this will throw an Error in a future version of PHP) in /in/bLUPA on line 9 Warning: Illegal offset type in /in/bLUPA on line 9 Warning: Illegal offset type in /in/bLUPA on line 9 Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /in/bLUPA on line 14 Warning: Illegal offset type in /in/bLUPA on line 14 Warning: Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in /in/bLUPA on line 15 Warning: Illegal offset type in /in/bLUPA on line 15 Warning: Use of undefined constant price - assumed 'price' (this will throw an Error in a future version of PHP) in /in/bLUPA on line 16 Warning: Illegal offset type in /in/bLUPA on line 16 Warning: Use of undefined constant quantity - assumed 'quantity' (this will throw an Error in a future version of PHP) in /in/bLUPA on line 17 Warning: Illegal offset type in /in/bLUPA on line 17 Warning: Illegal offset type in /in/bLUPA on line 17
Output for 7.0.0 - 7.0.31, 7.1.0 - 7.1.25
Notice: Use of undefined constant id - assumed 'id' in /in/bLUPA on line 6 Warning: Illegal offset type in /in/bLUPA on line 6 Notice: Use of undefined constant name - assumed 'name' in /in/bLUPA on line 7 Warning: Illegal offset type in /in/bLUPA on line 7 Notice: Use of undefined constant price - assumed 'price' in /in/bLUPA on line 8 Warning: Illegal offset type in /in/bLUPA on line 8 Notice: Use of undefined constant quantity - assumed 'quantity' in /in/bLUPA on line 9 Warning: Illegal offset type in /in/bLUPA on line 9 Warning: Illegal offset type in /in/bLUPA on line 9 Notice: Use of undefined constant id - assumed 'id' in /in/bLUPA on line 14 Warning: Illegal offset type in /in/bLUPA on line 14 Notice: Use of undefined constant name - assumed 'name' in /in/bLUPA on line 15 Warning: Illegal offset type in /in/bLUPA on line 15 Notice: Use of undefined constant price - assumed 'price' in /in/bLUPA on line 16 Warning: Illegal offset type in /in/bLUPA on line 16 Notice: Use of undefined constant quantity - assumed 'quantity' in /in/bLUPA on line 17 Warning: Illegal offset type in /in/bLUPA on line 17 Warning: Illegal offset type in /in/bLUPA on line 17
Output for 5.6.38
Notice: Use of undefined constant id - assumed 'id' in /in/bLUPA on line 6 Warning: Illegal offset type in /in/bLUPA on line 6 Notice: Use of undefined constant name - assumed 'name' in /in/bLUPA on line 7 Warning: Illegal offset type in /in/bLUPA on line 7 Notice: Use of undefined constant price - assumed 'price' in /in/bLUPA on line 8 Warning: Illegal offset type in /in/bLUPA on line 8 Notice: Use of undefined constant quantity - assumed 'quantity' in /in/bLUPA on line 9 Warning: Illegal offset type in /in/bLUPA on line 10 Warning: Illegal offset type in /in/bLUPA on line 10 Notice: Use of undefined constant id - assumed 'id' in /in/bLUPA on line 14 Warning: Illegal offset type in /in/bLUPA on line 14 Notice: Use of undefined constant name - assumed 'name' in /in/bLUPA on line 15 Warning: Illegal offset type in /in/bLUPA on line 15 Notice: Use of undefined constant price - assumed 'price' in /in/bLUPA on line 16 Warning: Illegal offset type in /in/bLUPA on line 16 Notice: Use of undefined constant quantity - assumed 'quantity' in /in/bLUPA on line 17 Warning: Illegal offset type in /in/bLUPA on line 19 Warning: Illegal offset type in /in/bLUPA on line 21

preferences:
166.02 ms | 403 KiB | 214 Q