3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Vals = array( '2.1.13' => 'c', '1.1.2' => 'a', '2.1.3' => 'b', '2.11.2' => 'e', '3.22.22' => 'f', '4.1.1' => 'h', '3.111.3' => 'g', '2.2.2' => 'd', ); ksort($Vals, SORT_NATURAL); var_export($Vals);
Output for git.master_jit, git.master, rfc.property-hooks
array ( '1.1.2' => 'a', '2.1.3' => 'b', '2.1.13' => 'c', '2.2.2' => 'd', '2.11.2' => 'e', '3.22.22' => 'f', '3.111.3' => 'g', '4.1.1' => 'h', )

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:
65.41 ms | 405 KiB | 5 Q