3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "1110001110000"; $arr = str_split($str); $nf = new NumberFormatter("en", NumberFormatter::SPELLOUT); Foreach($arr as $numb){ echo $nf->format($numb) . " "; }

preferences:
31.31 ms | 404 KiB | 5 Q