3v4l.org

run code in 300+ PHP versions simultaneously
<?php $iniowo = "; FILE INI\n[Hello]\nHello = Hello2\nHello3 = \"f u c k\"\nHello2 = 343"; $dada = parse_ini_string($iniowo, true); var_dump($dada); ?>
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { ["Hello"]=> array(3) { ["Hello"]=> string(6) "Hello2" ["Hello3"]=> string(7) "f u c k" ["Hello2"]=> string(3) "343" } }

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:
35.76 ms | 401 KiB | 8 Q