3v4l.org

run code in 300+ PHP versions simultaneously
<?php $domain = 'http://example.com'; $handle = fopen($domain, 'r'); $content = stream_get_contents($handle); fclose($handle); print $content; ?>

preferences:
43.95 ms | 402 KiB | 5 Q