3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(['1' => 'one', '2' => 'two', '3' => 'three', 4.22222 => 'four']);
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Implicit conversion from float 4.22222 to int loses precision in /in/KK97T on line 3 array(4) { [1]=> string(3) "one" [2]=> string(3) "two" [3]=> string(5) "three" [4]=> string(4) "four" }

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:
84.35 ms | 1296 KiB | 4 Q