3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "# # 1981-03-28 02:30:00 # "; print_r(getdate(mktime(2, 30, 0, 3, 28, 1981))); echo " # # 1981-03-29 02:30:00 # "; print_r(getdate(mktime(2, 30, 0, 3, 29, 1981))); echo " # # 1981-03-30 02:30:00 # "; print_r(getdate(mktime(2, 30, 0, 3, 30, 1981)));
Output for git.master, git.master_jit, rfc.property-hooks
# # 1981-03-28 02:30:00 # Array ( [seconds] => 0 [minutes] => 30 [hours] => 2 [mday] => 28 [wday] => 6 [mon] => 3 [year] => 1981 [yday] => 86 [weekday] => Saturday [month] => March [0] => 354591000 ) # # 1981-03-29 02:30:00 # Array ( [seconds] => 0 [minutes] => 30 [hours] => 3 [mday] => 29 [wday] => 0 [mon] => 3 [year] => 1981 [yday] => 87 [weekday] => Sunday [month] => March [0] => 354677400 ) # # 1981-03-30 02:30:00 # Array ( [seconds] => 0 [minutes] => 30 [hours] => 2 [mday] => 30 [wday] => 1 [mon] => 3 [year] => 1981 [yday] => 88 [weekday] => Monday [month] => March [0] => 354760200 )

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:
40.43 ms | 402 KiB | 8 Q