3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTime("Mon Jan 01 18:22:54 GMT-02:00 2018"); var_dump($date); $date = new DateTime("Sat Dec 23 19:47:21 BRST 2017"); var_dump($date);
Output for git.master, git.master_jit
object(DateTime)#1 (3) { ["date"]=> string(26) "2018-01-01 18:22:54.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "-02:00" } Fatal error: Uncaught Exception: Failed to parse time string (Sat Dec 23 19:47:21 BRST 2017) at position 4 (D): The timezone could not be found in the database in /in/tjGbY:5 Stack trace: #0 /in/tjGbY(5): DateTime->__construct('Sat Dec 23 19:4...') #1 {main} thrown in /in/tjGbY on line 5
Process exited with code 255.
Output for rfc.property-hooks
object(DateTime)#1 (3) { ["date"]=> string(26) "2018-01-01 18:22:54.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "-02:00" } Fatal error: Uncaught DateMalformedStringException: Failed to parse time string (Sat Dec 23 19:47:21 BRST 2017) at position 4 (D): The timezone could not be found in the database in /in/tjGbY:5 Stack trace: #0 /in/tjGbY(5): DateTime->__construct('Sat Dec 23 19:4...') #1 {main} thrown in /in/tjGbY on line 5
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:
63.05 ms | 401 KiB | 8 Q