3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo[bar]++;
Output for 8.0.1 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
Fatal error: Uncaught Error: Undefined constant "bar" in /in/2k0Qi:3 Stack trace: #0 {main} thrown in /in/2k0Qi on line 3
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Warning: Use of undefined constant bar - assumed 'bar' (this will throw an Error in a future version of PHP) in /in/2k0Qi on line 3 Notice: Undefined variable: foo in /in/2k0Qi on line 3 Notice: Undefined index: bar in /in/2k0Qi on line 3

preferences:
71.18 ms | 1262 KiB | 4 Q