/PHP-7.2/ext/intl/doc/ |
H A D | grapheme_api.php | 38 function grapheme_strpos($haystack, $needle, $offset = 0) {} 50 function grapheme_stripos($haystack, $needle, $offset = 0) {} 62 function grapheme_strrpos($haystack, $needle, $offset = 0) {} 74 function grapheme_strripos($haystack, $needle, $offset = 0) {} 104 function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {} 115 function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {} 128 …function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0, &$nex…
|
/PHP-7.2/ext/intl/grapheme/ |
H A D | grapheme_string.c | 109 char *haystack, *needle; in PHP_FUNCTION() local 172 char *haystack, *needle, *haystack_dup, *needle_dup; in PHP_FUNCTION() local 241 char *haystack, *needle; in PHP_FUNCTION() local 304 char *haystack, *needle; in PHP_FUNCTION() local 592 char *haystack, *needle; in strstr_common_handler() local
|
H A D | grapheme_util.c | 133 int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len,… in grapheme_strpos_utf16() 339 grapheme_strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_… in grapheme_strrpos_ascii()
|
/PHP-7.2/ext/standard/ |
H A D | string.c | 1845 zend_string *haystack; local 1901 zend_string *haystack; local 1951 zend_string *haystack; local 2006 zend_string *haystack; local 2073 zend_string *haystack; local 2136 zend_string *haystack; local 2245 zend_string *haystack; local 3183 static zend_string *php_str_to_str_ex(zend_string *haystack, 3264 static zend_string *php_str_to_str_i_ex(zend_string *haystack, char *lc_haystack, 5284 char *haystack, *needle; local [all …]
|
/PHP-7.2/ext/mbstring/ |
H A D | mbstring.c | 2296 mbfl_string haystack, needle; in PHP_FUNCTION() local 2373 mbfl_string haystack, needle; in PHP_FUNCTION() local 2483 mbfl_string haystack, needle; in PHP_FUNCTION() local 2522 mbfl_string haystack, needle; in PHP_FUNCTION() local 2556 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2629 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2706 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2780 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2847 mbfl_string haystack, needle; in PHP_FUNCTION() local 5408 mbfl_string haystack, needle; in php_mb_stripos() local
|
/PHP-7.2/Zend/ |
H A D | zend_operators.h | 152 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr() 210 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, char *end) in zend_memnrstr()
|
H A D | zend_operators.c | 3038 ZEND_API const char* ZEND_FASTCALL zend_memnstr_ex(const char *haystack, const char *needle, size_t… 3072 ZEND_API const char* ZEND_FASTCALL zend_memnrstr_ex(const char *haystack, const char *needle, size_…
|
/PHP-7.2/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 981 mbfl_string *haystack, in mbfl_strpos() 1192 mbfl_string *haystack, in mbfl_substr_count()
|
/PHP-7.2/main/ |
H A D | rfc1867.c | 595 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr()
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1901 char *haystack; in magiccheck() local
|