3v4l.org

run code in 300+ PHP versions simultaneously
<?php $invalidDates = ['30-02-2015', '30-02-2015 26:99:99']; foreach ($invalidDates as $invalidDate) { $parsedDate = date($invalidDate); $parseDateTime = new DateTime($invalidDate); echo $invalidDate . ' ' . $parsedDate . ' ' . $parseDateTime->format('Y-m-d H:i:s') . PHP_EOL; }
Output for git.master, git.master_jit
30-02-2015 30-02-2015 2015-03-02 00:00:00 Fatal error: Uncaught Exception: Failed to parse time string (30-02-2015 26:99:99) at position 11 (2): Unexpected character in /in/4kP3F:6 Stack trace: #0 /in/4kP3F(6): DateTime->__construct('30-02-2015 26:9...') #1 {main} thrown in /in/4kP3F on line 6
Process exited with code 255.
Output for rfc.property-hooks
30-02-2015 30-02-2015 2015-03-02 00:00:00 Fatal error: Uncaught DateMalformedStringException: Failed to parse time string (30-02-2015 26:99:99) at position 11 (2): Unexpected character in /in/4kP3F:6 Stack trace: #0 /in/4kP3F(6): DateTime->__construct('30-02-2015 26:9...') #1 {main} thrown in /in/4kP3F 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:
61.2 ms | 401 KiB | 8 Q