3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'make=ACURA&model%5B0%5D=MDX&model%5B1%5D=NSX&auction%5B0%5D=BAYAUC&auction%5B1%5D=IAA+Osaka'; parse_str($str, $output); //echo "<pre>"; //var_dump($output); foreach( $output as $opt ) { if( is_array($opt) ) echo join(" ", $opt)." "; else echo $opt." "; }
Output for git.master, git.master_jit, rfc.property-hooks
ACURA MDX NSX BAYAUC IAA Osaka

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:
124.86 ms | 405 KiB | 5 Q