3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str[] = "01C8000100023543900000133243"; $str[] = "01C8000100023543sssssxxxxxx23243"; $str[] = "1543344=-23-1--923243"; $pattern = "/3543(.+)3243/"; foreach($str as $key=>$string) { if(preg_match($pattern,$string,$res)) { echo $res[1]; echo "found in $string: ".$res[1]." starts at position ".strpos($string,$res[1])."\r\n"; } else { echo "not found in $string"."\r\n"; } }
Output for git.master, git.master_jit, rfc.property-hooks
90000013found in 01C8000100023543900000133243: 90000013 starts at position 16 sssssxxxxxx2found in 01C8000100023543sssssxxxxxx23243: sssssxxxxxx2 starts at position 16 not found in 1543344=-23-1--923243

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