3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<pre>"; $gs = htmlspecialchars_decode(urldecode('https://wls.rio.directv.com/wpservsm_enu/start.swe%3FC%3DGv%26amp%3BA%3DDSADA%26amp%3BRqr%3D0%26amp%3BNct%3Dtrue%26amp%3BKx%3D1%26amp%3BV%3DDSOLILV%26amp%3B_sn%3D%2131.1610.1e726.53ab2c86%26amp%3BR%3D1-1N91U6JA%26amp%3BCnt%3D6')); echo "$gs<br>"; $ga = parse_url($gs); parse_str($ga['query'],$gq); print_r($gq); echo '</pre>';
Output for git.master, git.master_jit, rfc.property-hooks
<pre>https://wls.rio.directv.com/wpservsm_enu/start.swe?C=Gv&A=DSADA&Rqr=0&Nct=true&Kx=1&V=DSOLILV&_sn=!31.1610.1e726.53ab2c86&R=1-1N91U6JA&Cnt=6<br>Array ( [C] => Gv [A] => DSADA [Rqr] => 0 [Nct] => true [Kx] => 1 [V] => DSOLILV [_sn] => !31.1610.1e726.53ab2c86 [R] => 1-1N91U6JA [Cnt] => 6 ) </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:
43.71 ms | 402 KiB | 8 Q