3v4l.org

run code in 300+ PHP versions simultaneously
<?php $beg = new DateTime(); $end = clone $beg; print PHP_EOL.$beg->format('Y-m-d').PHP_EOL; print PHP_EOL.$end->format('Y-m-d').PHP_EOL; $end->modify('-1 day'); $end->modify('last year'); $beg->modify('first of month'); $end->modify('last of month'); print PHP_EOL.$beg->format('Y-m-d').PHP_EOL; print PHP_EOL.$end->format('Y-m-d').PHP_EOL;
Output for git.master, git.master_jit
2015-12-07 2015-12-07 Warning: DateTime::modify(): Failed to parse time string (first of month) at position 0 (f): The timezone could not be found in the database in /in/kfXTr on line 12 Warning: DateTime::modify(): Failed to parse time string (last of month) at position 0 (l): The timezone could not be found in the database in /in/kfXTr on line 13 2015-12-07 2014-12-06
Output for rfc.property-hooks
2015-12-07 2015-12-07 Fatal error: Uncaught DateMalformedStringException: DateTime::modify(): Failed to parse time string (first of month) at position 0 (f): The timezone could not be found in the database in /in/kfXTr:12 Stack trace: #0 /in/kfXTr(12): DateTime->modify('first of month') #1 {main} thrown in /in/kfXTr on line 12
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:
59.64 ms | 401 KiB | 8 Q