3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(\DateTime::createFromFormat(\DateTime::RFC3339, '2017-99-99T08:51:13-03:00')); var_dump(new \DateTime('2017-99-99T08:51:13-03:00'));
Output for git.master, git.master_jit
object(DateTime)#1 (3) { ["date"]=> string(26) "2025-06-07 08:51:13.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "-03:00" } Fatal error: Uncaught Exception: Failed to parse time string (2017-99-99T08:51:13-03:00) at position 6 (9): Unexpected character in /in/v0IQb:4 Stack trace: #0 /in/v0IQb(4): DateTime->__construct('2017-99-99T08:5...') #1 {main} thrown in /in/v0IQb on line 4
Process exited with code 255.
Output for rfc.property-hooks
object(DateTime)#1 (3) { ["date"]=> string(26) "2025-06-07 08:51:13.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "-03:00" } Fatal error: Uncaught DateMalformedStringException: Failed to parse time string (2017-99-99T08:51:13-03:00) at position 6 (9): Unexpected character in /in/v0IQb:4 Stack trace: #0 /in/v0IQb(4): DateTime->__construct('2017-99-99T08:5...') #1 {main} thrown in /in/v0IQb on line 4
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:
121.61 ms | 407 KiB | 5 Q