3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test= 2; $asd = "http://gogle.com/1/"; preg_match_all('^\d+^',$asd,$matches,PREG_PATTERN_ORDER); $arraylen = count($matches[0]); if(0 < $arraylen){ return intval($matches[0][$arraylen-1]); } return -1;

preferences:
88.91 ms | 402 KiB | 5 Q