3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "field[a][2][b][0][c][1][field_name]=value"; parse_str($text, $result); print_r($result);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [field] => Array ( [a] => Array ( [2] => Array ( [b] => Array ( [0] => Array ( [c] => Array ( [1] => Array ( [field_name] => value ) ) ) ) ) ) ) )

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:
29.37 ms | 407 KiB | 5 Q