3v4l.org

run code in 300+ PHP versions simultaneously
<?php $contenido=file_get_contents('http://www.cristalab.com/foros'); $regexp='/(?:<br \/>)(?:<a href="profile\.php.*>)?(.+)(?:<\/a>)?(?:\ <a href="viewtopic\.php.*"><img src="templates\/smartBlue\/images\/icon_latest_reply\.gif")/'; preg_match_all($regexp,$contenido,$matches); print_r($matches[1]); ?>

preferences:
37.55 ms | 402 KiB | 5 Q