/PHP-8.3/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 static size_t mb_find_strpos(zend_string *haystack, zend_string *needle, const mbfl_encoding *enc, … in mb_find_strpos() 1969 zend_string *needle, *haystack; in PHP_FUNCTION() local 1998 zend_string *needle, *haystack; in PHP_FUNCTION() local 2028 zend_string *haystack, *needle; in PHP_FUNCTION() local 2059 zend_string *haystack, *needle; in PHP_FUNCTION() local 2153 zend_string *haystack, *needle; in php_mb_strstr_variants() local 2226 zend_string *haystack, *needle, *enc_name = NULL, *haystack_u8 = NULL, *needle_u8 = NULL; in PHP_FUNCTION() local 5779 MBSTRING_API size_t php_mb_stripos(bool mode, zend_string *haystack, zend_string *needle, zend_long… in php_mb_stripos()
|
/PHP-8.3/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.3/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.3/ext/standard/ |
H A D | string.c | 1638 zend_string *haystack, *needle; local 1666 zend_string *haystack, *needle; local 1694 zend_string *haystack, *needle; local 1708 zend_string *haystack, *needle; local 1722 zend_string *haystack, *needle; local 1742 zend_string *haystack, *needle; local 1776 zend_string *haystack, *needle; local 1808 zend_string *haystack; local 1853 zend_string *haystack; local 1934 zend_string *haystack, *needle; local [all …]
|
H A D | basic_functions.stub.php | 1628 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {} 1633 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {} 2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/PHP-8.3/Zend/ |
H A D | zend_operators.h | 177 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr() 239 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnrstr() 935 zend_memnistr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnistr()
|
H A D | zend_operators.c | 3671 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-8.3/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… 447 function grapheme_extract(string $haystack, int $size, int $type = GRAPHEME_EXTR_COUNT, int $offset…
|
/PHP-8.3/main/ |
H A D | rfc1867.c | 555 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr()
|
/PHP-8.3/ext/libxml/ |
H A D | libxml.c | 533 char *haystack = estrndup(Z_STRVAL_P(header), Z_STRLEN_P(header)); in php_libxml_input_buffer_create_filename() local
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 2260 zend_string *haystack; in magiccheck() local
|