while($strpos=strpos($text,$search,(int)($offset))){ echo $offset=($strpos+$search_length).""; }
Need a type casting in while loop... (int)($offset) That's it.
(int)($offset)