Searched defs:haystack (Results 1 – 3 of 3) sorted by relevance
/template/twigstarter/vendor/symfony/polyfill-mbstring/ |
H A D | Mbstring.php | 494 public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) 515 public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) 638 public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) 646 public static function mb_stristr($haystack, $needle, $part = false, $encoding = null) 653 public static function mb_strrchr($haystack, $needle, $part = false, $encoding = null) 666 public static function mb_strrichr($haystack, $needle, $part = false, $encoding = null) 674 public static function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) 682 public static function mb_strstr($haystack, $needle, $part = false, $encoding = null) 747 public static function mb_substr_count($haystack, $needle, $encoding = null) 800 private static function getSubpart($pos, $part, $haystack, $encoding)
|
H A D | bootstrap80.php | 60 …function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null)… 75 …function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null… 78 …function mb_stristr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $enc… 81 …function mb_strrchr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $enc… 84 …function mb_strrichr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $en… 87 …function mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = nul… 90 …function mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null… 93 …function mb_strstr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $enco… 105 …function mb_substr_count(?string $haystack, ?string $needle, ?string $encoding = null): int { retu…
|
H A D | bootstrap.php | 64 …function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strp… 79 …function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_str… 82 …function mb_stristr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstr… 85 …function mb_strrchr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstr… 88 …function mb_strrichr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbst… 91 …function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_st… 94 …function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_str… 97 …function mb_strstr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstri… 109 …function mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_coun…
|