3v4l.org

run code in 300+ PHP versions simultaneously
<?php $page = file_get_contents('http://google.com'); $title = preg_replace('/<title>(.*)</title>/i', '$1', $page); echo htmlentities($title);

preferences:
43.05 ms | 402 KiB | 5 Q