3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = new ArrayObject(); $b = []; $a[null]['hurr'] = 'durr'; var_dump($a['epic_magic']); var_dump($b['epic_magic']); var_dump($c['epic_magic']); // Undefined var!! $d = []; var_dump($a['epic_magic']); // more magic! var_dump($d['epic_magic']); $e = 'srsly?'; var_dump($a['epic_magic']); // srsly. var_dump($aaa); var_dump($aaa->output);
Output for 8.3.0 - 8.3.6
Warning: Undefined array key "epic_magic" in /in/7mOIO on line 9 NULL Warning: Undefined array key "epic_magic" in /in/7mOIO on line 10 NULL Warning: Undefined variable $c in /in/7mOIO on line 11 Warning: Trying to access array offset on null in /in/7mOIO on line 11 NULL Warning: Undefined array key "epic_magic" in /in/7mOIO on line 14 NULL Warning: Undefined array key "epic_magic" in /in/7mOIO on line 15 NULL Warning: Undefined array key "epic_magic" in /in/7mOIO on line 18 NULL Warning: Undefined variable $aaa in /in/7mOIO on line 20 NULL Warning: Undefined variable $aaa in /in/7mOIO on line 21 Warning: Attempt to read property "output" on null in /in/7mOIO on line 21 NULL
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: Undefined array key "epic_magic" in /in/7mOIO on line 9 NULL Warning: Undefined array key "epic_magic" in /in/7mOIO on line 10 NULL Warning: Undefined variable $c in /in/7mOIO on line 11 Warning: Trying to access array offset on value of type null in /in/7mOIO on line 11 NULL Warning: Undefined array key "epic_magic" in /in/7mOIO on line 14 NULL Warning: Undefined array key "epic_magic" in /in/7mOIO on line 15 NULL Warning: Undefined array key "epic_magic" in /in/7mOIO on line 18 NULL Warning: Undefined variable $aaa in /in/7mOIO on line 20 NULL Warning: Undefined variable $aaa in /in/7mOIO on line 21 Warning: Attempt to read property "output" on null in /in/7mOIO on line 21 NULL
Output for 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Notice: Undefined index: epic_magic in /in/7mOIO on line 9 NULL Notice: Undefined index: epic_magic in /in/7mOIO on line 10 NULL Notice: Undefined variable: c in /in/7mOIO on line 11 Notice: Trying to access array offset on value of type null in /in/7mOIO on line 11 NULL Notice: Undefined index: epic_magic in /in/7mOIO on line 14 NULL Notice: Undefined index: epic_magic in /in/7mOIO on line 15 NULL Notice: Undefined index: epic_magic in /in/7mOIO on line 18 NULL Notice: Undefined variable: aaa in /in/7mOIO on line 20 NULL Notice: Undefined variable: aaa in /in/7mOIO on line 21 Notice: Trying to get property 'output' of non-object in /in/7mOIO on line 21 NULL
Output for 7.3.32 - 7.3.33, 7.4.26
NULL NULL NULL NULL NULL NULL NULL NULL
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Notice: Undefined index: epic_magic in /in/7mOIO on line 9 NULL Notice: Undefined index: epic_magic in /in/7mOIO on line 10 NULL Notice: Undefined variable: c in /in/7mOIO on line 11 NULL Notice: Undefined index: epic_magic in /in/7mOIO on line 14 NULL Notice: Undefined index: epic_magic in /in/7mOIO on line 15 NULL Notice: Undefined index: epic_magic in /in/7mOIO on line 18 NULL Notice: Undefined variable: aaa in /in/7mOIO on line 20 NULL Notice: Undefined variable: aaa in /in/7mOIO on line 21 Notice: Trying to get property 'output' of non-object in /in/7mOIO on line 21 NULL
Output for 5.4.8 - 5.4.45, 5.5.0 - 5.5.36, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25
Notice: Undefined index: epic_magic in /in/7mOIO on line 9 NULL Notice: Undefined index: epic_magic in /in/7mOIO on line 10 NULL Notice: Undefined variable: c in /in/7mOIO on line 11 NULL Notice: Undefined index: epic_magic in /in/7mOIO on line 14 NULL Notice: Undefined index: epic_magic in /in/7mOIO on line 15 NULL Notice: Undefined index: epic_magic in /in/7mOIO on line 18 NULL Notice: Undefined variable: aaa in /in/7mOIO on line 20 NULL Notice: Undefined variable: aaa in /in/7mOIO on line 21 Notice: Trying to get property of non-object in /in/7mOIO on line 21 NULL
Output for 5.4.0 - 5.4.7
Warning: Illegal offset type in /in/7mOIO on line 7 Notice: Undefined index: epic_magic in /in/7mOIO on line 9 array(1) { ["hurr"]=> string(4) "durr" } Notice: Undefined index: epic_magic in /in/7mOIO on line 10 array(1) { ["hurr"]=> string(4) "durr" } Notice: Undefined variable: c in /in/7mOIO on line 11 Notice: Undefined index: epic_magic in /in/7mOIO on line 11 array(1) { ["hurr"]=> string(4) "durr" } Notice: Undefined index: epic_magic in /in/7mOIO on line 14 array(0) { } Notice: Undefined index: epic_magic in /in/7mOIO on line 15 array(0) { } Notice: Undefined index: epic_magic in /in/7mOIO on line 18 string(6) "srsly?" Notice: Undefined variable: aaa in /in/7mOIO on line 20 string(6) "srsly?" Notice: Undefined variable: aaa in /in/7mOIO on line 21 Notice: Trying to get property of non-object in /in/7mOIO on line 21 NULL
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '[' in /in/7mOIO on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[' in /in/7mOIO on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/7mOIO on line 5
Process exited with code 255.

preferences:
198.33 ms | 401 KiB | 362 Q