3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "ALL:", PHP_EOL; echo count(DateTimeZone::listIdentifiers(DateTimeZone::ALL)); echo PHP_EOL, "PER_COUNTRY:", PHP_EOL; echo count(DateTimeZone::listIdentifiers(DateTimeZone::PER_COUNTRY, "US")); echo PHP_EOL, "ALL_WITH_BC:", PHP_EOL; echo count(DateTimeZone::listIdentifiers(DateTimeZone::ALL_WITH_BC)); echo PHP_EOL;
Output for git.master
ALL: 425 PER_COUNTRY: 29 ALL_WITH_BC: 596
Output for git.master_jit
ALL: 423 PER_COUNTRY: 29 ALL_WITH_BC: 596
Output for rfc.property-hooks
ALL: 419 PER_COUNTRY: 29 ALL_WITH_BC: 597

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