Searched refs:mb_stripos (Results 1 – 5 of 5) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
D | StringContains.php | 55 return mb_stripos($other, $this->string) !== false;
|
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 79 …function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_str… function
|
H A D | bootstrap80.php | 75 …function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null… function
|
H A D | Mbstring.php | 663 public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring 675 $pos = self::mb_stripos($haystack, $needle, 0, $encoding);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/ |
H A D | Mock.php | 80 if (mb_stripos($principal[$key], $value, 0, 'UTF-8') === false) {
|