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){ echo intval($matches[0][$arraylen-1]); } echo -1;

preferences:
35.76 ms | 402 KiB | 5 Q