/PHP-5.6/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-5.6/ext/intl/grapheme/ |
H A D | grapheme_string.c | 111 unsigned char *haystack, *needle; in PHP_FUNCTION() local 179 unsigned char *haystack, *needle, *haystack_dup, *needle_dup; in PHP_FUNCTION() local 255 unsigned char *haystack, *needle; in PHP_FUNCTION() local 325 unsigned char *haystack, *needle; in PHP_FUNCTION() local 617 unsigned char *haystack, *needle, *found; in strstr_common_handler() local
|
H A D | grapheme_util.c | 131 int grapheme_strpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int3… in grapheme_strpos_utf16() 337 grapheme_strrpos_ascii(unsigned char *haystack, int32_t haystack_len, unsigned char *needle, int32_… in grapheme_strrpos_ascii()
|
/PHP-5.6/ext/mbstring/ |
H A D | mbstring.c | 2251 mbfl_string haystack, needle; in PHP_FUNCTION() local 2314 mbfl_string haystack, needle; in PHP_FUNCTION() local 2413 mbfl_string haystack, needle; in PHP_FUNCTION() local 2442 mbfl_string haystack, needle; in PHP_FUNCTION() local 2467 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2525 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2587 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2645 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2697 mbfl_string haystack, needle; in PHP_FUNCTION() local 4729 mbfl_string haystack, needle; in php_mb_stripos() local
|
/PHP-5.6/ext/standard/ |
H A D | string.c | 1728 char *haystack; local 1782 char *haystack; local 1830 char *haystack; local 1880 char *haystack; local 1943 char *needle, *haystack; local 2016 char *needle, *haystack; local 2120 char *haystack; local 3709 PHPAPI char *php_str_to_str_ex(char *haystack, int length, 3881 PHPAPI char *php_str_to_str(char *haystack, int length, 5206 char *haystack, *needle; local [all …]
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 2108 char *haystack; in magiccheck() local
|
/PHP-5.6/Zend/ |
H A D | zend_operators.h | 274 zend_memnstr(const char *haystack, const char *needle, int needle_len, char *end) in zend_memnstr()
|
/PHP-5.6/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-5.6/main/ |
H A D | rfc1867.c | 588 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr()
|