3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = [ 1 => "one", "two" => "two", 3.01 => "three", "4" => "four", false => "five", ]; krsort($arr, SORT_STRING); var_dump($arr);
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Implicit conversion from float 3.01 to int loses precision in /in/mDad0 on line 6 array(5) { ["two"]=> string(3) "two" [4]=> string(4) "four" [3]=> string(5) "three" [1]=> string(3) "one" [0]=> string(4) "five" }

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