3v4l.org

run code in 500+ PHP versions simultaneously
<?php $fpd = new DateTime( date( 'Y-m-d 00:00:00', strtotime( '2019-08-31' ) ) ); echo $fpd->format('Y-m-d H:i:s') . "\n"; echo $fpd->format( 'l' ) . "\n"; // returns Sunday echo $fpd->format( 'g:ia \o\n l jS F Y' ) . "\n"; // returns 12:00am on Sunday 1st September 2019
Output for git.master, git.master_jit, rfc.property-hooks
2019-08-31 00:00:00 Saturday 12:00am on Saturday 31st August 2019

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:
41.14 ms | 1485 KiB | 4 Q