3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(new \DateTimeZone('Europe/Busingen'), \IntlTimeZone::createTimeZone('Europe/Busingen'));
Output for git.master_jit, git.master
object(DateTimeZone)#1 (2) { ["timezone_type"]=> int(3) ["timezone"]=> string(15) "Europe/Busingen" } object(IntlTimeZone)#2 (4) { ["valid"]=> bool(true) ["id"]=> string(15) "Europe/Busingen" ["rawOffset"]=> int(3600000) ["currentOffset"]=> int(7200000) }
Output for rfc.property-hooks
object(DateTimeZone)#1 (2) { ["timezone_type"]=> int(3) ["timezone"]=> string(15) "Europe/Busingen" } object(IntlTimeZone)#2 (4) { ["valid"]=> bool(true) ["id"]=> string(15) "Europe/Busingen" ["rawOffset"]=> int(3600000) ["currentOffset"]=> int(3600000) }

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:
37.22 ms | 407 KiB | 5 Q