3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'http://www.azlyrics.com/a/abba.html'; $pos = strrpos($str, '.html'); $get = substr($str, 0, $pos); echo $get; $pos2 = strrchar($get, '/'); $get2 = substr($get, $pos2, '-0'); echo $get2;

preferences:
56.29 ms | 402 KiB | 5 Q