3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "http://www.whitehouse.gov"; ob_start(); include_once( $url ); $html = ob_get_contents(); ob_end_clean(); print($html); ?>

preferences:
44.65 ms | 402 KiB | 5 Q