H A D | grapheme_string.c | 84 char *haystack, *needle; in PHP_FUNCTION() local 93 Z_PARAM_STRING(haystack, haystack_len) in PHP_FUNCTION() 114 found = php_memnstr(haystack + noffset, needle, needle_len, haystack + haystack_len); in PHP_FUNCTION() 118 RETURN_LONG(found - haystack); in PHP_FUNCTION() 137 char *haystack, *needle; in PHP_FUNCTION() local 146 Z_PARAM_STRING(haystack, haystack_len) in PHP_FUNCTION() 202 char *haystack, *needle; in PHP_FUNCTION() local 260 char *haystack, *needle; in PHP_FUNCTION() local 540 char *haystack, *needle; in strstr_common_handler() local 556 found = php_memnstr(haystack, needle, needle_len, haystack + haystack_len); in strstr_common_handler() [all …]
|