Lines Matching refs:mb_strrchr
2 Test mb_strrchr() function : usage variation - different values for part
6 function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this build");
10 /* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
16 echo "*** Testing mb_strrchr() : usage variation ***\n";
120 $res = mb_strrchr($haystack, $needle, $value, $encoding);
134 *** Testing mb_strrchr() : usage variation ***
164 Error: 2 - mb_strrchr() expects parameter 3 to be boolean, array given, %s(%d)
168 Error: 2 - mb_strrchr() expects parameter 3 to be boolean, array given, %s(%d)
172 Error: 2 - mb_strrchr() expects parameter 3 to be boolean, array given, %s(%d)
176 Error: 2 - mb_strrchr() expects parameter 3 to be boolean, array given, %s(%d)
216 Error: 2 - mb_strrchr() expects parameter 3 to be boolean, object given, %s(%d)
220 Error: 2 - mb_strrchr() expects parameter 3 to be boolean, object given, %s(%d)
230 Error: 2 - mb_strrchr() expects parameter 3 to be boolean, resource given, %s(%d)