3v4l.org

run code in 300+ PHP versions simultaneously
<?php $path = 'http://i.imgur.com/kJYTZjx.gif'; echo file_exists($path) ? 'yep' : 'nope'; echo "\n"; echo file_get_contents($path) ? 'yep' : 'nope';

preferences:
51.71 ms | 402 KiB | 5 Q