3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "datetime: " . date('Y-m-d H:i:s') . "\n"; $date = new DateTime('Y-m-d H:i:s'); echo "datetime with offset: " . date('Y-m-d H:i:s', $date->format('U') + 32400) . "\n"; echo "date now: " . date('Y-m-d H:i:s');
Output for git.master, git.master_jit
datetime: 2016-01-07 22:27:25 Fatal error: Uncaught Exception: Failed to parse time string (Y-m-d H:i:s) at position 1 (-): Unexpected character in /in/YLfb9:3 Stack trace: #0 /in/YLfb9(3): DateTime->__construct('Y-m-d H:i:s') #1 {main} thrown in /in/YLfb9 on line 3
Process exited with code 255.
Output for rfc.property-hooks
datetime: 2016-01-07 22:27:25 Fatal error: Uncaught DateMalformedStringException: Failed to parse time string (Y-m-d H:i:s) at position 1 (-): Unexpected character in /in/YLfb9:3 Stack trace: #0 /in/YLfb9(3): DateTime->__construct('Y-m-d H:i:s') #1 {main} thrown in /in/YLfb9 on line 3
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:
85.83 ms | 401 KiB | 8 Q