/PHP-7.0/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.0/ext/intl/grapheme/ |
H A D | grapheme_string.c | 109 char *haystack, *needle; in PHP_FUNCTION() local 171 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.0/ext/standard/ |
H A D | string.c | 1781 static int php_needle_char(zval *needle, char *target) 1811 zval *needle; local 1864 zval *needle; local 1911 zval *needle; local 1967 zval *needle; local 2024 char *needle; local 2087 zend_string *needle; local 2194 zval *needle; local 3121 char *needle, size_t needle_len, char *str, size_t str_len, zend_long *replace_count) 3195 zend_string *needle, char *str, size_t str_len, zend_long *replace_count) [all …]
|
/PHP-7.0/ext/mbstring/ |
H A D | mbstring.c | 2267 mbfl_string haystack, needle; in PHP_FUNCTION() local 2340 mbfl_string haystack, needle; in PHP_FUNCTION() local 2450 mbfl_string haystack, needle; in PHP_FUNCTION() local 2489 mbfl_string haystack, needle; in PHP_FUNCTION() local 2523 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2596 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2673 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2747 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2814 mbfl_string haystack, needle; in PHP_FUNCTION() local 4870 mbfl_string haystack, needle; in php_mb_stripos() local
|
/PHP-7.0/Zend/ |
H A D | zend_operators.h | 145 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr() 203 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, char *end) in zend_memnrstr()
|
H A D | zend_operators.c | 2986 static zend_always_inline void zend_memnstr_ex_pre(unsigned int td[], const char *needle, size_t ne… 3005 ZEND_API const char* ZEND_FASTCALL zend_memnstr_ex(const char *haystack, const char *needle, size_t… 3039 ZEND_API const char* ZEND_FASTCALL zend_memnrstr_ex(const char *haystack, const char *needle, size_…
|
/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_introspection.c | 80 static inline XMLRPC_VALUE find_named_value(XMLRPC_VALUE list, const char* needle) { in find_named_value()
|
/PHP-7.0/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.0/main/ |
H A D | rfc1867.c | 593 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr()
|
/PHP-7.0/sapi/cli/ |
H A D | php_cli_server.c | 293 http_response_status_code_pair needle = {code, NULL}, in get_status_string() local
|