3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($x = 0; $x< 30; $x++){ unset($aDate); exec("date", $aDate); print("date(\"d.m.y H:i:s\") yields: ".date("d.m.y H:i:s")." while 'date' yields $aDate[0].\n"); sleep(1); }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: exec(): Unable to fork [date] in /in/XLHIG on line 6 Warning: Undefined array key 0 in /in/XLHIG on line 7 date("d.m.y H:i:s") yields: 27.03.14 12:34:10 while 'date' yields . Warning: exec(): Unable to fork [date] in /in/XLHIG on line 6 Warning: Undefined array key 0 in /in/XLHIG on line 7 date("d.m.y H:i:s") yields: 27.03.14 12:34:11 while 'date' yields . Warning: exec(): Unable to fork [date] in /in/XLHIG on line 6 Warning: Undefined array key 0 in /in/XLHIG on line 7 date("d.m.y H:i:s") yields: 27.03.14 12:34:12 while 'date' yields .
Process exited with code 137.

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:
50.55 ms | 402 KiB | 8 Q