Lines Matching refs:mb_stripos
2 Test mb_stripos() function : usage variations - Pass different integers as $offset argument
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
11 * Test how mb_stripos() behaves when passed different integers as $offset argument
18 echo "*** Testing mb_stripos() : usage variations ***\n";
28 * mb_stripos should not be able to accept negative values as $offset.
35 var_dump(mb_stripos($string_ascii, $needle_ascii, $i));
41 var_dump(mb_stripos($string_mb, $needle_mb, $i, 'UTF-8'));
49 *** Testing mb_stripos() : usage variations ***
53 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
55 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
89 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
95 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
97 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
101 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
103 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
107 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
109 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)