3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = [ '100001'=>'DUMMY1', '1000'=>'DUMMY', '1001'=>'TEST', '100002'=>'DUMMY3', '100004'=>'DUMMY4', '100102'=>'DUMMY123', '100100'=>'test1' ]; asort($arr, SORT_STRING); var_export($arr);
Output for rfc.property-hooks, git.master, git.master_jit
array ( 1000 => 'DUMMY', 100001 => 'DUMMY1', 100102 => 'DUMMY123', 100002 => 'DUMMY3', 100004 => 'DUMMY4', 1001 => 'TEST', 100100 => 'test1', )

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:
46.74 ms | 1261 KiB | 4 Q