3v4l.org

run code in 300+ PHP versions simultaneously
<?php $formatter = new NumberFormatter('nb', NumberFormatter::SPELLOUT); $formatter->setTextAttribute(NumberFormatter::DEFAULT_RULESET, "%spellout-ordinal-masculine"); echo $formatter->format(180000).' '; echo $formatter->format(190000).' '; echo $formatter->format(200000).' '; echo $formatter->format(300000).' '; echo $formatter->format(400000).' '; echo $formatter->format(500000).' '; echo $formatter->format(600000).' '; echo $formatter->format(700000).' '; echo $formatter->format(800000).' '; echo $formatter->format(900000).' '; echo $formatter->format(90000); ?>
Output for git.master, git.master_jit, rfc.property-hooks
hundre og åtti­tusende hundre og nitti­tusende to hundre­tusende tre hundre­tusende fire hundre­tusende fem hundre­tusende seks hundre­tusende sju hundre­tusende åtte hundre­tusende ni hundre­tusende nitti­tusende

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