3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dtz = new DateTimeZone( 'Europe/Paris' ); $dt = new DateTime( 'now', $dtz ); for ( $hour = 0; $hour < 24; $hour++ ) { $dt->setTime( $hour, 0, 0 ); echo $dt->format( "H:i" ); }
Output for git.master, git.master_jit, rfc.property-hooks
00:0001:0002:0003:0004:0005:0006:0007:0008:0009:0010:0011:0012:0013:0014:0015:0016:0017:0018:0019:0020:0021:0022:0023:00

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:
43.44 ms | 401 KiB | 8 Q