Home
last modified time | relevance | path

Searched defs:haystack (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php28 function mb_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): in…
30 function mb_strrpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i…
32 function mb_stripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i…
34 function mb_strripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): …
36 function mb_strstr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding…
38 function mb_strrchr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin…
40 function mb_stristr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin…
42 function mb_strrichr(string $haystack, string $needle, bool $before_needle = false, ?string $encodi…
44 function mb_substr_count(string $haystack, string $needle, ?string $encoding = null): int {}
H A Dmbstring.c1870 mbfl_string haystack, needle; in PHP_FUNCTION() local
1902 mbfl_string haystack, needle; in PHP_FUNCTION() local
1937 mbfl_string haystack, needle; in PHP_FUNCTION() local
1972 mbfl_string haystack, needle; in PHP_FUNCTION() local
2013 mbfl_string haystack, needle, result, *ret = NULL; in php_mb_strstr_variants() local
2097 mbfl_string haystack, needle; in PHP_FUNCTION() local
4333 mbfl_string haystack, needle; in php_mb_stripos() local
/PHP-8.0/ext/intl/grapheme/
H A Dgrapheme_string.c104 char *haystack, *needle; in PHP_FUNCTION() local
154 char *haystack, *needle; in PHP_FUNCTION() local
216 char *haystack, *needle; in PHP_FUNCTION() local
271 char *haystack, *needle; in PHP_FUNCTION() local
545 char *haystack, *needle; in strstr_common_handler() local
H A Dgrapheme_util.c99 int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len,… in grapheme_strpos_utf16()
334 grapheme_strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_… in grapheme_strrpos_ascii()
/PHP-8.0/ext/iconv/
H A Diconv.stub.php9 function iconv_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null):…
11 function iconv_strrpos(string $haystack, string $needle, ?string $encoding = null): int|false {}
/PHP-8.0/ext/standard/
H A Dstring.c1737 zend_string *haystack, *needle; local
1774 zend_string *haystack, *needle; local
1803 zend_string *haystack, *needle; local
1817 zend_string *haystack, *needle; local
1835 zend_string *haystack, *needle; local
1858 zend_string *haystack, *needle; local
1893 zend_string *haystack, *needle; local
1936 zend_string *haystack; local
1980 zend_string *haystack; local
2062 zend_string *haystack, *needle; local
[all …]
H A Dbasic_functions.stub.php111 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 {}
583 function strstr(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 {}
[all …]
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php252 function grapheme_strpos(string $haystack, string $needle, int $offset = 0): int|false {}
254 function grapheme_stripos(string $haystack, string $needle, int $offset = 0): int|false {}
256 function grapheme_strrpos(string $haystack, string $needle, int $offset = 0): int|false {}
258 function grapheme_strripos(string $haystack, string $needle, int $offset = 0): int|false {}
262 function grapheme_strstr(string $haystack, string $needle, bool $beforeNeedle = false): string|fals…
264 function grapheme_stristr(string $haystack, string $needle, bool $beforeNeedle = false): string|fal…
267 function grapheme_extract(string $haystack, int $size, int $type = GRAPHEME_EXTR_COUNT, int $offset…
/PHP-8.0/Zend/
H A Dzend_operators.h144 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr()
206 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnrstr()
H A Dzend_operators.c3154 ZEND_API const char* ZEND_FASTCALL zend_memnstr_ex(const char *haystack, const char *needle, size_t…
3188 ZEND_API const char* ZEND_FASTCALL zend_memnrstr_ex(const char *haystack, const char *needle, size_…
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c732 mbfl_string *haystack, in mbfl_strpos()
823 mbfl_string *haystack, in mbfl_substr_count()
/PHP-8.0/ext/libxml/
H A Dlibxml.c380 char *haystack = estrndup(Z_STRVAL_P(header), Z_STRLEN_P(header)); in php_libxml_input_buffer_create_filename() local
/PHP-8.0/main/
H A Drfc1867.c578 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c2232 zend_string *haystack; in magiccheck() local

Completed in 93 milliseconds