3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); $null = null; $obj = new stdClass(); $arr = array(); $str = 'string'; $num = 1; echo $null['nope']; echo $null['nope']['sure']; echo $arr['nope']; echo $arr['nope']['sure']; echo $str['nope']; echo $str['nope']['sure']; echo $num['nope']; echo $num['nope']['sure']; echo $obj['nope']; echo $obj['nope']['sure'];
Output for 8.3.0 - 8.3.6
Warning: Trying to access array offset on null in /in/IeEG8 on line 11 Warning: Trying to access array offset on null in /in/IeEG8 on line 12 Warning: Trying to access array offset on null in /in/IeEG8 on line 12 Warning: Undefined array key "nope" in /in/IeEG8 on line 14 Warning: Undefined array key "nope" in /in/IeEG8 on line 15 Warning: Trying to access array offset on null in /in/IeEG8 on line 15 Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /in/IeEG8:17 Stack trace: #0 {main} thrown in /in/IeEG8 on line 17
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: Trying to access array offset on value of type null in /in/IeEG8 on line 11 Warning: Trying to access array offset on value of type null in /in/IeEG8 on line 12 Warning: Trying to access array offset on value of type null in /in/IeEG8 on line 12 Warning: Undefined array key "nope" in /in/IeEG8 on line 14 Warning: Undefined array key "nope" in /in/IeEG8 on line 15 Warning: Trying to access array offset on value of type null in /in/IeEG8 on line 15 Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /in/IeEG8:17 Stack trace: #0 {main} thrown in /in/IeEG8 on line 17
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Notice: Trying to access array offset on value of type null in /in/IeEG8 on line 11 Notice: Trying to access array offset on value of type null in /in/IeEG8 on line 12 Notice: Trying to access array offset on value of type null in /in/IeEG8 on line 12 Notice: Undefined index: nope in /in/IeEG8 on line 14 Notice: Undefined index: nope in /in/IeEG8 on line 15 Notice: Trying to access array offset on value of type null in /in/IeEG8 on line 15 Warning: Illegal string offset 'nope' in /in/IeEG8 on line 17 s Warning: Illegal string offset 'nope' in /in/IeEG8 on line 18 Warning: Illegal string offset 'sure' in /in/IeEG8 on line 18 s Notice: Trying to access array offset on value of type int in /in/IeEG8 on line 20 Notice: Trying to access array offset on value of type int in /in/IeEG8 on line 21 Notice: Trying to access array offset on value of type null in /in/IeEG8 on line 21 Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /in/IeEG8:23 Stack trace: #0 {main} thrown in /in/IeEG8 on line 23
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33
Notice: Undefined index: nope in /in/IeEG8 on line 14 Notice: Undefined index: nope in /in/IeEG8 on line 15 Warning: Illegal string offset 'nope' in /in/IeEG8 on line 17 s Warning: Illegal string offset 'nope' in /in/IeEG8 on line 18 Warning: Illegal string offset 'sure' in /in/IeEG8 on line 18 s Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /in/IeEG8:23 Stack trace: #0 {main} thrown in /in/IeEG8 on line 23
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28
Notice: Undefined index: nope in /in/IeEG8 on line 14 Notice: Undefined index: nope in /in/IeEG8 on line 15 Warning: Illegal string offset 'nope' in /in/IeEG8 on line 17 s Warning: Illegal string offset 'nope' in /in/IeEG8 on line 18 Warning: Illegal string offset 'sure' in /in/IeEG8 on line 18 s Fatal error: Cannot use object of type stdClass as array in /in/IeEG8 on line 23
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Notice: Undefined index: nope in /in/IeEG8 on line 14 Notice: Undefined index: nope in /in/IeEG8 on line 15 s Fatal error: Cannot use string offset as an array in /in/IeEG8 on line 18
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Notice: Undefined index: nope in /in/IeEG8 on line 14 Notice: Undefined index: nope in /in/IeEG8 on line 15 s Fatal error: Cannot use string offset as an array in /in/IeEG8 on line 18
Process exited with code 255.
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9
Notice: Undefined index: nope in /in/IeEG8 on line 14 Notice: Undefined index: nope in /in/IeEG8 on line 15 s

preferences:
251.92 ms | 402 KiB | 385 Q