Lines Matching refs:mb_strpos
2 Test mb_strpos() function : mb_strpos bounds check is byte count rather than a character count
6 function_exists('mb_strpos') or die("skip mb_strpos() is not available in this build");
11 * mb_strpos bounds check is byte count rather than a character count:
25 var_dump( mb_strpos($string_mb, $needle, $i, 'UTF-8') );
31 var_dump(mb_strpos('This is na English ta', 'a', $i));
52 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
54 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
58 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
60 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
64 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
66 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)