/PHP-8.2/ext/mbstring/ |
H A D | mbstring.stub.php | 91 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 D | mbstring.c | 1895 mbfl_string haystack, needle; in PHP_FUNCTION() local 1927 mbfl_string haystack, needle; in PHP_FUNCTION() local 1962 mbfl_string haystack, needle; in PHP_FUNCTION() local 1997 mbfl_string haystack, needle; in PHP_FUNCTION() local 2038 mbfl_string haystack, needle, result, *ret = NULL; in php_mb_strstr_variants() local 2122 mbfl_string haystack, needle; in PHP_FUNCTION() local 4827 mbfl_string haystack, needle; in php_mb_stripos() local
|
/PHP-8.2/ext/intl/grapheme/ |
H A D | grapheme_string.c | 84 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 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() 333 zend_long grapheme_strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_l… in grapheme_strrpos_ascii()
|
/PHP-8.2/ext/iconv/ |
H A D | iconv.stub.php | 31 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-8.2/Zend/ |
H A D | zend_operators.h | 174 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr() 236 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnrstr() 943 zend_memnistr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnistr()
|
H A D | zend_operators.c | 3450 static zend_always_inline void zend_memnstr_ex_pre(unsigned int td[], const char *needle, size_t ne… 3471 ZEND_API const char* ZEND_FASTCALL zend_memnstr_ex(const char *haystack, const char *needle, size_t… 3505 ZEND_API const char* ZEND_FASTCALL zend_memnrstr_ex(const char *haystack, const char *needle, size_…
|
H A D | zend_compile.c | 4373 znode subject, needle; in zend_compile_func_array_key_exists() local
|
/PHP-8.2/ext/standard/ |
H A D | string.c | 1692 zend_string *haystack, *needle; local 1720 zend_string *haystack, *needle; local 1748 zend_string *haystack, *needle; local 1762 zend_string *haystack, *needle; local 1776 zend_string *haystack, *needle; local 1799 zend_string *haystack, *needle; local 1833 zend_string *haystack, *needle; local 1864 zend_string *needle; local 1909 zend_string *needle; local 1991 zend_string *haystack, *needle; local [all …]
|
H A D | basic_functions.stub.php | 962 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {} 967 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {} 1402 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/PHP-8.2/ext/intl/ |
H A D | php_intl.stub.php | 432 function grapheme_strpos(string $haystack, string $needle, int $offset = 0): int|false {} 434 function grapheme_stripos(string $haystack, string $needle, int $offset = 0): int|false {} 436 function grapheme_strrpos(string $haystack, string $needle, int $offset = 0): int|false {} 438 function grapheme_strripos(string $haystack, string $needle, int $offset = 0): int|false {} 442 function grapheme_strstr(string $haystack, string $needle, bool $beforeNeedle = false): string|fals… 444 function grapheme_stristr(string $haystack, string $needle, bool $beforeNeedle = false): string|fal…
|
/PHP-8.2/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 483 mbfl_wchar_device needle; member 587 mbfl_string *needle, in mbfl_strpos() 678 mbfl_string *needle in mbfl_substr_count()
|
/PHP-8.2/ext/libxml/ |
H A D | libxml.c | 371 char needle[] = "charset="; in php_libxml_input_buffer_create_filename() local
|
/PHP-8.2/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.2/sapi/cli/ |
H A D | php_cli_server.c | 298 http_response_status_code_pair needle = {code, NULL}, in get_status_string() local
|