Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.stub.php91 function mb_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): in…
93 function mb_strrpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i…
95 function mb_stripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i…
97 function mb_strripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): …
100 function mb_strstr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding…
103 function mb_strrchr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin…
106 function mb_stristr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin…
109 function mb_strrichr(string $haystack, string $needle, bool $before_needle = false, ?string $encodi…
111 function mb_substr_count(string $haystack, string $needle, ?string $encoding = null): int {}
H A Dmbstring.c1894 static size_t mb_find_strpos(zend_string *haystack, zend_string *needle, const mbfl_encoding *enc, … in mb_find_strpos()
1968 zend_string *needle, *haystack; in PHP_FUNCTION() local
1997 zend_string *needle, *haystack; in PHP_FUNCTION() local
2027 zend_string *haystack, *needle; in PHP_FUNCTION() local
2058 zend_string *haystack, *needle; in PHP_FUNCTION() local
2152 zend_string *haystack, *needle; in php_mb_strstr_variants() local
2225 zend_string *haystack, *needle, *enc_name = NULL, *haystack_u8 = NULL, *needle_u8 = NULL; in PHP_FUNCTION() local
6015 MBSTRING_API size_t php_mb_stripos(bool mode, zend_string *haystack, zend_string *needle, zend_long… in php_mb_stripos()
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c84 char *haystack, *needle; in PHP_FUNCTION() local
134 char *haystack, *needle; in PHP_FUNCTION() local
196 char *haystack, *needle; in PHP_FUNCTION() local
251 char *haystack, *needle; in PHP_FUNCTION() local
525 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()
333 zend_long grapheme_strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_l… in grapheme_strrpos_ascii()
/php-src/ext/iconv/
H A Diconv.stub.php31 function iconv_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null):…
33 function iconv_strrpos(string $haystack, string $needle, ?string $encoding = null): int|false {}
/php-src/ext/standard/
H A Dstring.c1763 zend_string *haystack, *needle; local
1808 zend_string *haystack, *needle; local
1825 zend_string *haystack, *needle; variable
1840 zend_string *haystack, *needle; variable
1857 zend_string *haystack, *needle; local
1871 zend_string *haystack, *needle; variable
1886 zend_string *haystack, *needle; local
1900 zend_string *haystack, *needle; variable
2039 zend_string *haystack; local
2084 zend_string *haystack; local
[all …]
H A Dbasic_functions.stub.php1656 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {}
1661 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {}
2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/Zend/
H A Dzend_operators.h164 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr()
226 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnrstr()
931 zend_memnistr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnistr()
H A Dzend_operators.c3671 ZEND_API const char* ZEND_FASTCALL zend_memnstr_ex(const char *haystack, const char *needle, size_t…
3705 ZEND_API const char* ZEND_FASTCALL zend_memnrstr_ex(const char *haystack, const char *needle, size_…
/php-src/ext/intl/
H A Dphp_intl.stub.php434 function grapheme_strpos(string $haystack, string $needle, int $offset = 0): int|false {}
436 function grapheme_stripos(string $haystack, string $needle, int $offset = 0): int|false {}
438 function grapheme_strrpos(string $haystack, string $needle, int $offset = 0): int|false {}
440 function grapheme_strripos(string $haystack, string $needle, int $offset = 0): int|false {}
444 function grapheme_strstr(string $haystack, string $needle, bool $beforeNeedle = false): string|fals…
446 function grapheme_stristr(string $haystack, string $needle, bool $beforeNeedle = false): string|fal…
451 function grapheme_extract(string $haystack, int $size, int $type = GRAPHEME_EXTR_COUNT, int $offset…
/php-src/main/
H A Drfc1867.c555 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr()
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c2295 zend_string *haystack; in magiccheck() local

Completed in 93 milliseconds