3v4l.org

run code in 500+ PHP versions simultaneously
<?php echo 10 / 1 . ' ms '; echo 10 / 2 .' ms '; //Parse error: syntax error, unexpected single-quoted string " ms ", expecting "," or ";" echo 10 / 3. ' ms '; //Parse error: syntax error, unexpected single-quoted string " ms ", expecting "," or ";" echo 10 / 4.' ms '; // OK again echo 10 / 5.6. ' ms ';
Output for rfc.property-hooks, git.master, git.master_jit
Parse error: syntax error, unexpected single-quoted string " ms ", expecting "," or ";" in /in/EvDBu on line 7
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:
24.62 ms | 2639 KiB | 3 Q