3v4l.org

run code in 300+ PHP versions simultaneously
<?php function one () { two(); } function two () { three(); } function three () { four(); } function four () { five(); } function five () { throw new Exception; } one();
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Exception in /in/G3O1t:20 Stack trace: #0 /in/G3O1t(16): five() #1 /in/G3O1t(12): four() #2 /in/G3O1t(8): three() #3 /in/G3O1t(4): two() #4 /in/G3O1t(23): one() #5 {main} thrown in /in/G3O1t on line 20
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:
53.98 ms | 405 KiB | 5 Q