3v4l.org

run code in 300+ PHP versions simultaneously
<?php $word="the"; $replaceWith = "<span class=\"found\">".$word."</span>"; $sentence = "Hello, did you hear the quick brown fox jumped over the lazy dog"; $edited = str_replace($word, $replaceWith, $sentence); echo $edited;

preferences:
36.72 ms | 402 KiB | 5 Q