3v4l.org

run code in 300+ PHP versions simultaneously
<?php $size = getimagesize("http://i1-win.softpedia-static.com/screenshots/Nokia-Monitor-Test_1.png"); $fp = fopen($filename, "rb"); if ($size && $fp) { header("Content-type: {$size['mime']}"); fpassthru($fp); exit; } else { // error }

preferences:
36.12 ms | 402 KiB | 5 Q