3v4l.org

run code in 500+ PHP versions simultaneously
<?php $row = array("hour" => 22, "min" => 22); $temp = array(strval($row["hour"]), strval($row["min"])); var_dump($row); var_dump($temp);
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { ["hour"]=> int(22) ["min"]=> int(22) } array(2) { [0]=> string(2) "22" [1]=> string(2) "22" }

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:
34.99 ms | 1284 KiB | 4 Q