3v4l.org

run code in 300+ PHP versions simultaneously
<?php $locales = array( 'en_GB', 'en-GB', 'en', 'es_ES@EURO', 'es_ES@UTF-8', ); foreach($locales as $locale) { var_dump(Locale::canonicalize($locale)); }
Output for git.master, git.master_jit, rfc.property-hooks
string(5) "en_GB" string(5) "en_GB" string(2) "en" string(18) "es_ES@currency=EUR" string(11) "es_ES_UTF_8"

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