3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pole = array("a" => "20.68", "za" => "18.68", "pátravý" => "14.01", ";" => "19.06", "," => "21.71"); asort($pole); foreach($pole as $x => $x_value) { echo "key = " . $x . ", value = " . floatval($x_value); echo "<br />"; } ?>
Output for git.master_jit, git.master, rfc.property-hooks
key = pátravý, value = 14.01<br />key = za, value = 18.68<br />key = ;, value = 19.06<br />key = a, value = 20.68<br />key = ,, value = 21.71<br />

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