3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tmp=tempnam("/tmp", "prvieval"); $tmp1=tempnam("/tmp", "drugieval"); file_put_contents($tmp, '<?php echo AAAA;');include($tmp);
Output for git.master
Fatal error: Uncaught Error: Undefined constant "AAAA" in /tmp/prvievalW8D0vG:1 Stack trace: #0 /in/TiYav(6): include() #1 {main} thrown in /tmp/prvievalW8D0vG on line 1
Process exited with code 255.
Output for git.master_jit
Fatal error: Uncaught Error: Undefined constant "AAAA" in /tmp/prvievalBWc0F9:1 Stack trace: #0 /in/TiYav(6): include() #1 {main} thrown in /tmp/prvievalBWc0F9 on line 1
Process exited with code 255.
Output for rfc.property-hooks
Fatal error: Uncaught Error: Undefined constant "AAAA" in /tmp/prvievalq6FwpI:1 Stack trace: #0 /in/TiYav(6): include() #1 {main} thrown in /tmp/prvievalq6FwpI on line 1
Process exited with code 255.

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:
44.13 ms | 401 KiB | 8 Q