3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$HOMEPAGE = FILE_GET_CONTENTS('WWW.ROGERS.COM'); $homepage = true; if(!$homepage){ die("FILE_GET_CONTENTS_ERROR"); } $rogers = "https://www.rogers.com/business/BSS.portal;RBSSSESSIONID=1DcAeOweynqBxPoLwsY1R2RLFnRagdzM2gur1P8lx6sU6nD8O5zF!2064802681?_nfpb=true&_st=&_windowLabel=header_portlet&_urlType=action&wlpheader_portlet_action=changeLanguage&lang=frfrancais"; $pos = strpos($rogers, "francais"); if($pos === FALSE){ die("STRPOS_ERROR"); } $rogers = substr($rogers, 0, $pos); if(!$rogers){ die("SUBSTR_ERROR"); } echo($rogers); echo("\n\r/n<br>"); $revrogers = strrev($rogers); echo($revrogers); $pos = strpos($rogers, "FRANCAIS");

preferences:
34.13 ms | 402 KiB | 5 Q