3v4l.org

run code in 300+ PHP versions simultaneously
<?php $template = "[HOGE]HOGE"; $body = $template; $body = str_replace( "[HOGE]", "huga", $body ); echo "body:$body\n"; echo "$template:$template\n";

preferences:
39.69 ms | 402 KiB | 5 Q