Lines Matching refs:mb_strrpos
2 Test mb_strrpos() function : mb_strrpos offset is byte count for negative values
6 function_exists('mb_strrpos') or die("skip mb_strrpos() is not available in this build");
10 /* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]…
16 * Test that mb_strrpos offset is byte count for negative values (should be character count)
28 var_dump( mb_strrpos($string_mb, $needle, $i, 'UTF-8') );
30 echo "mb_strrpos:\n";
31 var_dump(mb_strrpos(b'This is na English ta', b'a', $i));
42 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
45 mb_strrpos:
47 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
57 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
60 mb_strrpos:
62 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
73 mb_strrpos:
82 mb_strrpos: