3v4l.org

run code in 300+ PHP versions simultaneously
<?php $msg=$_GET['msg']??"no msg!"; file_put_contents('msg.log.txt',$msg."\r\n",FILE_APPEND|LOCK_EX); $matches=NULL; $isMatch=preg_match("/\d+\s*(?:\+|\-|\*|\/|\:)\s*\d+/",$msg,$matches); if($isMatch){ $matches[0]=strtr($matches[0],array(':'=>'/')); //var_dump($matches) & die(); $res=eval("return (".$matches[0].");"); // var_dump($res); echo "!check {$res}"; }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_put_contents(): open_basedir restriction in effect. File(msg.log.txt) is not within the allowed path(s): (/tmp:/in:/etc) in /in/BvG1l on line 3 Warning: file_put_contents(msg.log.txt): Failed to open stream: Operation not permitted in /in/BvG1l on line 3

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