3v4l.org

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

preferences:
45.76 ms | 402 KiB | 5 Q