3v4l.org

run code in 500+ PHP versions simultaneously
<?php $s = 'FOO:317263 BAR:abcd BAZ:s fsiu sfd sdf:s=fsdddddd'; $a = parse_ini_string(preg_replace('/^([^:\v]*):(.*)/m', '$1=\'$2\'', $s), FALSE); print_r($a);
Output for rfc.property-hooks, git.master, git.master_jit
Array ( [FOO] => 317263 [BAR] => abcd [BAZ] => s fsiu sfd sdf:s=fsdddddd )

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:
51.4 ms | 1405 KiB | 4 Q