3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timezone = new DateTimeZone("Europe/London"); $transitions = $timezone->getTransitions(); print_r(array_slice($transitions, 0, 3));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [ts] => -9223372036854775808 [time] => -292277022657-01-27T08:29:52+00:00 [offset] => -75 [isdst] => [abbr] => LMT ) [1] => Array ( [ts] => -3852662325 [time] => 1847-12-01T00:01:15+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) [2] => Array ( [ts] => -1691964000 [time] => 1916-05-21T02:00:00+00:00 [offset] => 3600 [isdst] => 1 [abbr] => BST ) )

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