3v4l.org

run code in 300+ PHP versions simultaneously
<?php function dothis($input){ $output = str_replace("hello","howdy",$input); return $output; } echo "here's the message: " . dothis("hello world"); ?>

preferences:
27.55 ms | 402 KiB | 5 Q