3v4l.org

run code in 300+ PHP versions simultaneously
<?php $strurlregister = "http://ademedev.webcompetence.com/solutions/register.php?creacompte=1&folid=26"; $strurlpos = strpos($strurlregister,".com/"); $strurlpos2 = strpos($strurlregister,".org/"); if($strurlpos != 0){ $strurlsuppr = substr($strurlregister,$strurlpos+4); $strurl = str_replace($strurlsuppr,"",$strurlregister); }else{ $strurlsuppr = substr($strurlregister,$strurlpos2+4); $strurl = str_replace($strurlsuppr,"",$strurlregister); } $strurl.="/back/trainbordereaupreinscr.php?output=5&trainscrid="; echo $strurl;
Output for git.master, git.master_jit, rfc.property-hooks
http://ademedev.webcompetence.com/back/trainbordereaupreinscr.php?output=5&trainscrid=

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