Lines Matching defs:haystack
139 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {}
141 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {}
771 function stristr(string $haystack, string $needle, bool $before_needle = false): string|false {}
774 function strstr(string $haystack, string $needle, bool $before_needle = false): string|false {}
777 function strchr(string $haystack, string $needle, bool $before_needle = false): string|false {}
779 function strpos(string $haystack, string $needle, int $offset = 0): int|false {}
781 function stripos(string $haystack, string $needle, int $offset = 0): int|false {}
783 function strrpos(string $haystack, string $needle, int $offset = 0): int|false {}
785 function strripos(string $haystack, string $needle, int $offset = 0): int|false {}
788 function strrchr(string $haystack, string $needle): string|false {}
790 function str_contains(string $haystack, string $needle): bool {}
792 function str_starts_with(string $haystack, string $needle): bool {}
794 function str_ends_with(string $haystack, string $needle): bool {}
891 function substr_count(string $haystack, string $needle, int $offset = 0, ?int $length = null): int …
922 function substr_compare(string $haystack, string $needle, int $offset, ?int $length = null, bool $c…