Lines Matching defs:needle
111 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {}
113 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {}
581 function stristr(string $haystack, string $needle, bool $before_needle = false): string|false {}
583 function strstr(string $haystack, string $needle, bool $before_needle = false): string|false {}
586 function strchr(string $haystack, string $needle, bool $before_needle = false): string|false {}
588 function strpos(string $haystack, string $needle, int $offset = 0): int|false {}
590 function stripos(string $haystack, string $needle, int $offset = 0): int|false {}
592 function strrpos(string $haystack, string $needle, int $offset = 0): int|false {}
594 function strripos(string $haystack, string $needle, int $offset = 0): int|false {}
596 function strrchr(string $haystack, string $needle): string|false {}
598 function str_contains(string $haystack, string $needle): bool {}
600 function str_starts_with(string $haystack, string $needle): bool {}
602 function str_ends_with(string $haystack, string $needle): bool {}
670 function substr_count(string $haystack, string $needle, int $offset = 0, ?int $length = null): int …
686 function substr_compare(string $haystack, string $needle, int $offset, ?int $length = null, bool $c…