3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(gmdate('Y-m-d H:i:s B', -1130636800)); // 1934-03-04 22:13:20 968 var_dump(gmdate('Y-m-d H:i:s B', 1457129600)); // 2016-03-04 22:13:20 967 var_dump(gmdate('Y-m-d H:i:s B', -1130644800)); // 1934-03-04 20:00:00 875 var_dump(gmdate('Y-m-d H:i:s B', 1457121600)); // 2016-03-04 20:00:00 875
Output for git.master, git.master_jit, rfc.property-hooks
string(23) "1934-03-04 22:13:20 967" string(23) "2016-03-04 22:13:20 967" string(23) "1934-03-04 20:00:00 875" string(23) "2016-03-04 20:00:00 875"

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:
65.95 ms | 405 KiB | 5 Q