Lines Matching refs:mb_strrichr
2 Test mb_strrichr() function : usage variation - various haystacks, needle won't be found
6 function_exists('mb_strrichr') or die("skip mb_strrichr() is not available in this build");
10 /* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
16 echo "*** Testing mb_strrichr() : usage variation ***\n";
114 var_dump( mb_strrichr($value, $needle, $part, $encoding) );
122 *** Testing mb_strrichr() : usage variation ***
152 Error: 2 - mb_strrichr() expects parameter 1 to be string, array given, %s(%d)
156 Error: 2 - mb_strrichr() expects parameter 1 to be string, array given, %s(%d)
160 Error: 2 - mb_strrichr() expects parameter 1 to be string, array given, %s(%d)
164 Error: 2 - mb_strrichr() expects parameter 1 to be string, array given, %s(%d)
195 Error: 2 - mb_strrichr() expects parameter 1 to be string, object given, %s(%d)
205 Error: 2 - mb_strrichr() expects parameter 1 to be string, resource given, %s(%d)