3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo INTL_ICU_VERSION . "\n"; $language = 'ru-RU'; $pattern = '{n, spellout,%spellout-ordinal}'; $params = ['n' => 91398.71]; $formatter = new \MessageFormatter($language, $pattern); if ($formatter === null) { echo "Invalid pattern: " . intl_get_error_code() . "\n" . intl_get_error_message(); } echo $formatter->format($params); echo "\n";
Output for git.master, git.master_jit, rfc.property-hooks
57.1 девяносто одна тысяча триста девяносто восемь целых семь миллиардов сто миллионов десятимиллиардных

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