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, stristr($sentence, $word)); echo $sentence;

preferences:
41.66 ms | 402 KiB | 5 Q