3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Save the imgur homepage as a variable $result = file_get_contents("http://www.imgur.com"); //Replace every occurance of the word "sign" with "Tater" $result = str_replace("sign","Tater",$result); //Output the result echo $result; ?>

preferences:
100.88 ms | 402 KiB | 5 Q