Home
last modified time | relevance | path

Searched refs:needle (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php64 …function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strp… argument
79 …function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_str… argument
82 …on mb_stristr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::m… argument
85 …on mb_strrchr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::m… argument
88 …n mb_strrichr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::m… argument
91 …nction mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strr… argument
94 …function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_str… argument
97 …tion mb_strstr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::… argument
109 …unction mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_count… argument
H A DMbstring.php498 return strpos($haystack, $needle, $offset);
501 $needle = (string) $needle;
502 if ('' === $needle) {
519 return strrpos($haystack, $needle, $offset);
641 $needle = self::mb_convert_case($needle, self::MB_CASE_FOLD, $encoding);
657 $pos = strrpos($haystack, $needle);
659 $needle = self::mb_substr($needle, 0, 1, $encoding);
668 $needle = self::mb_substr($needle, 0, 1, $encoding);
677 $needle = self::mb_convert_case($needle, self::MB_CASE_FOLD, $encoding);
684 $pos = strpos($haystack, $needle);
[all …]
H A Dbootstrap80.php60 …, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_… argument
75 …, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_… argument
78 …g $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstri… argument
81 …g $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstri… argument
84 …g $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstri… argument
87 … ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_s… argument
90 …, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_… argument
93 …ng $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstr… argument
105 …$haystack, ?string $needle, ?string $encoding = null): int { return p\Mbstring::mb_substr_count((s… argument