3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array('abergabe', 'àstfriesland', 'épfel', 'fnterführung', 'epfel', 'çsterreich', 'Atest', 'Etest'); var_dump(setlocale(LC_COLLATE, 'fr_FR.UTF-8')); usort($array, 'strcoll'); var_dump($array);
Output for git.master, git.master_jit, rfc.property-hooks
string(11) "fr_FR.UTF-8" array(8) { [0]=> string(8) "abergabe" [1]=> string(13) "àstfriesland" [2]=> string(5) "Atest" [3]=> string(11) "çsterreich" [4]=> string(5) "epfel" [5]=> string(6) "épfel" [6]=> string(5) "Etest" [7]=> string(13) "fnterführung" }

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:
43.65 ms | 402 KiB | 8 Q