3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<pre>"; $gs = htmlspecialchars_decode('C=Inv&amp;A=DSOLILA&amp;Rqr=1&amp;Nct=true&amp;V=DSOLILV&amp;_sn=!2d.3184.b0b6.53a7283e&amp;M=Drilldown&amp;R=1-1NOTTCUH&amp;Rs=SWERowId0=1-1NOTTCUQ,SWERowId1=&amp;Cnt=80%0A&amp;F=s_1_2_44_2'); echo "$gs<br>"; parse_str($gs,$ga); print_r($ga); echo '</pre>';
Output for git.master, git.master_jit, rfc.property-hooks
<pre>C=Inv&A=DSOLILA&Rqr=1&Nct=true&V=DSOLILV&_sn=!2d.3184.b0b6.53a7283e&M=Drilldown&R=1-1NOTTCUH&Rs=SWERowId0=1-1NOTTCUQ,SWERowId1=&Cnt=80%0A&F=s_1_2_44_2<br>Array ( [C] => Inv [A] => DSOLILA [Rqr] => 1 [Nct] => true [V] => DSOLILV [_sn] => !2d.3184.b0b6.53a7283e [M] => Drilldown [R] => 1-1NOTTCUH [Rs] => SWERowId0=1-1NOTTCUQ,SWERowId1= [Cnt] => 80 [F] => s_1_2_44_2 ) </pre>

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:
41.65 ms | 402 KiB | 8 Q