/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) {}
|
/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 | 1814 static int php_needle_char(zval *needle, char *target) 1844 zval *needle; local 1900 zval *needle; local 1950 zval *needle; local 2009 zval *needle; local 2072 char *needle; local 2135 zend_string *needle; local 2244 zval *needle; local 3184 char *needle, size_t needle_len, char *str, size_t str_len, zend_long *replace_count) 3265 zend_string *needle, char *str, size_t str_len, zend_long *replace_count) [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 | 3017 static zend_always_inline void zend_memnstr_ex_pre(unsigned int td[], const char *needle, size_t ne… 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/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_introspection.c | 77 static inline XMLRPC_VALUE find_named_value(XMLRPC_VALUE list, const char* needle) { in find_named_value()
|
/PHP-7.2/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 874 mbfl_wchar_device needle; member 982 mbfl_string *needle, in mbfl_strpos() 1193 mbfl_string *needle 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/sapi/cli/ |
H A D | php_cli_server.c | 294 http_response_status_code_pair needle = {code, NULL}, in get_status_string() local
|