3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a = null; $a->foo->bar->baz; $a = 42; $a->foo->bar->baz;
Output for rfc.property-hooks, git.master, git.master_jit
Warning: Attempt to read property "foo" on null in /in/cYocM on line 4 Warning: Attempt to read property "bar" on null in /in/cYocM on line 4 Warning: Attempt to read property "baz" on null in /in/cYocM on line 4 Warning: Attempt to read property "foo" on int in /in/cYocM on line 7 Warning: Attempt to read property "bar" on null in /in/cYocM on line 7 Warning: Attempt to read property "baz" on null in /in/cYocM on line 7

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
104.85 ms | 2338 KiB | 4 Q