3v4l.org

run code in 300+ PHP versions simultaneously
<?php $o = false; $o->foo->bar->baz;
Output for 8.3.0 - 8.3.14, 8.4.1
Warning: Attempt to read property "foo" on false in /in/v49i7 on line 5 Warning: Attempt to read property "bar" on null in /in/v49i7 on line 5 Warning: Attempt to read property "baz" on null in /in/v49i7 on line 5
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.31, 8.2.0 - 8.2.26
Warning: Attempt to read property "foo" on bool in /in/v49i7 on line 5 Warning: Attempt to read property "bar" on null in /in/v49i7 on line 5 Warning: Attempt to read property "baz" on null in /in/v49i7 on line 5
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Trying to get property 'foo' of non-object in /in/v49i7 on line 5 Notice: Trying to get property 'bar' of non-object in /in/v49i7 on line 5 Notice: Trying to get property 'baz' of non-object in /in/v49i7 on line 5
Output for 7.3.32 - 7.3.33
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Trying to get property of non-object in /in/v49i7 on line 5 Notice: Trying to get property of non-object in /in/v49i7 on line 5 Notice: Trying to get property of non-object in /in/v49i7 on line 5

preferences:
84.52 ms | 412 KiB | 5 Q