3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = new DateTime('2015-05-05'); echo 'Last day of the month of 2015-05-05 is '; echo $d->modify('last day of the month')->format('Y-m-d'), "\n"; $d = new DateTime('2015-05-05'); echo 'First day of the month of 2015-05-05 is '; echo $d->modify('first day of this month')->format('Y-m-d'), "\n"; $d = new DateTime('2015-05-05'); echo 'bla day of the month of 2015-05-05 is '; echo $d->modify('bla day of this month')->format('Y-m-d'), "\n";
Output for git.master, git.master_jit
Last day of the month of 2015-05-05 is Warning: DateTime::modify(): Failed to parse time string (last day of the month) at position 12 (t): The timezone could not be found in the database in /in/v6DLm on line 5 Fatal error: Uncaught Error: Call to a member function format() on bool in /in/v6DLm:5 Stack trace: #0 {main} thrown in /in/v6DLm on line 5
Process exited with code 255.
Output for rfc.property-hooks
Last day of the month of 2015-05-05 is Fatal error: Uncaught DateMalformedStringException: DateTime::modify(): Failed to parse time string (last day of the month) at position 12 (t): The timezone could not be found in the database in /in/v6DLm:5 Stack trace: #0 /in/v6DLm(5): DateTime->modify('last day of the...') #1 {main} thrown in /in/v6DLm 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:
77.86 ms | 401 KiB | 8 Q