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=fr"; $pos = strpos($rogers, "FRANCAIS"); if($pos === FALSE){ die("STRPOS_ERROR"); } $rogers = substr($rogers, 0, $pos); if(!$rogers){ die("SUBSTR_ERROR"); } echo($rogers); echo("/n<br>"); $revrogers = strrev($rogers); echo($revrogers); $pos = strpos($rogers, "FRANCAIS");
Output for git.master, git.master_jit, rfc.property-hooks
STRPOS_ERROR

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