3v4l.org

run code in 300+ PHP versions simultaneously
<?php $haystack = "The <b>quick brown</b> fox jumps over the lazy dog The <b>quick brown</b> fox jumps over the lazy dog The <b>quick brown</b> fox jumps over the lazy dog"; $needle = "<b>quick brown</b>"; echo str_repeat($needle . "<br>", substr_count($haystack, $needle));

preferences:
35.76 ms | 402 KiB | 5 Q