3v4l.org

run code in 300+ 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 git.master, git.master_jit, rfc.property-hooks
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:
154 ms | 405 KiB | 5 Q