Searched refs:mb_strripos (Results 1 – 3 of 3) sorted by relevance
/template/twigstarter/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 91 …function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_st… function
|
H A D | bootstrap80.php | 87 …function mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = nul… function
|
H A D | Mbstring.php | 669 $pos = self::mb_strripos($haystack, $needle, $encoding); 674 public static function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|