3v4l.org

run code in 300+ PHP versions simultaneously
<?php function testError($a, $b) { print_r($a); print_r($b); sljdvsdjv(); } function test() { testError( [1, 2, 3], [4,5,6] ); } test();
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 1 [1] => 2 [2] => 3 ) Array ( [0] => 4 [1] => 5 [2] => 6 ) Fatal error: Uncaught Error: Call to undefined function sljdvsdjv() in /in/E6MdJ:6 Stack trace: #0 /in/E6MdJ(10): testError(Array, Array) #1 /in/E6MdJ(16): test() #2 {main} thrown in /in/E6MdJ on line 6
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:
171.72 ms | 406 KiB | 5 Q