3v4l.org

run code in 300+ PHP versions simultaneously
<?php parse_str('x=1&y.z=2&a b=3&c+d=4&e[=3', $x); print_r($x);
Output for git.master_jit, git.master
Array ( [x] => 1 [y_z] => 2 [a_b] => 3 [c_d] => 4 [e_] => 3 )

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:
39.76 ms | 845 KiB | 4 Q