3v4l.org

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

preferences:
55.61 ms | 402 KiB | 5 Q