/PHP-8.0/ext/mbstring/ |
H A D | mbstring.stub.php | 28 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 D | mbstring.c | 1870 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 D | grapheme_string.c | 104 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 D | grapheme_util.c | 99 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 D | iconv.stub.php | 9 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 D | string.c | 1737 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 1935 zend_string *needle; local 1979 zend_string *needle; local 2062 zend_string *haystack, *needle; local [all …]
|
H A D | basic_functions.stub.php | 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 {} 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 D | php_intl.stub.php | 252 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…
|
/PHP-8.0/Zend/ |
H A D | zend_operators.h | 144 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 D | zend_operators.c | 3133 static zend_always_inline void zend_memnstr_ex_pre(unsigned int td[], const char *needle, size_t ne… 3154 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_…
|
H A D | zend_compile.c | 4159 znode subject, needle; in zend_compile_func_array_key_exists() local
|
/PHP-8.0/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 629 mbfl_wchar_device needle; member 733 mbfl_string *needle, in mbfl_strpos() 824 mbfl_string *needle in mbfl_substr_count()
|
/PHP-8.0/ext/libxml/ |
H A D | libxml.c | 379 char *needle = estrdup("charset="); in php_libxml_input_buffer_create_filename() local
|
/PHP-8.0/main/ |
H A D | rfc1867.c | 578 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr()
|
/PHP-8.0/sapi/cli/ |
H A D | php_cli_server.c | 299 http_response_status_code_pair needle = {code, NULL}, in get_status_string() local
|