3v4l.org

run code in 300+ PHP versions simultaneously
<?php $locales = [ 'american', 'american english', 'american-english', 'australian', 'belgian', 'canadian', 'chinese', 'chinese-simplified', 'chinese-traditional', 'chs', 'cht', 'csy', 'czech', 'dan', 'danish', 'dea', 'des', 'deu', 'dutch', 'dutch-belgian', 'ell', 'ena', 'enc', 'eng', 'english', 'english-american', 'english-aus', 'english-can', 'english-nz', 'english-uk', 'english-us', 'english-usa', 'enu', 'enz', 'esm', 'esn', 'esp', 'fin', 'finnish', 'fra', 'frb', 'frc', 'french', 'french-belgian', 'french-canadian', 'french-swiss', 'frs', 'german', 'german-austrian', 'german-swiss', 'greek', 'hun', 'hungarian', 'icelandic', 'isl', 'ita', 'italian', 'italian-swiss', 'its', 'japanese', 'jpn', 'kor', 'korean', 'nlb', 'nld', 'non', 'nor', 'norwegian', 'norwegian-bokmal', 'norwegian-nynorsk', 'plk', 'polish', 'portuguese', 'portuguese-brazilian', 'ptb', 'ptg', 'rus', 'russian', 'sky', 'slovak', 'spanish', 'spanish-mexican', 'spanish-modern', 'sve', 'swedish', 'swiss', 'trk', 'turkish', 'uk', 'us', 'usa' ]; $numbers = [20 / 3 * 1e6, 6.66, 6.0]; foreach ($locales as $locale) { $res = setlocale(LC_NUMERIC, $locale); var_dump($res); foreach ($numbers as $number) { echo $number, "\n"; echo json_decode($number), "\n"; } echo "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(5) "czech" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(5) "dutch" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(7) "finnish" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(6) "french" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(6) "german" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(9) "hungarian" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(7) "italian" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(8) "japanese" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(6) "polish" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(10) "portuguese" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(7) "russian" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(7) "spanish" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(7) "swedish" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 string(7) "turkish" 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6 bool(false) 6666666.6666667 6666666.6666667 6.66 6.66 6 6

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:
61.09 ms | 413 KiB | 8 Q