3v4l.org

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

preferences:
39.38 ms | 402 KiB | 5 Q