Home
last modified time | relevance | path

Searched defs:needle (Results 1 – 11 of 11) sorted by relevance

/PHP-7.2/ext/intl/doc/
H A Dgrapheme_api.php38 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 Dgrapheme_string.c109 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 Dgrapheme_util.c133 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 Dstring.c1814 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 Dmbstring.c2296 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 Dzend_operators.h152 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 Dzend_operators.c3017 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 Dxmlrpc_introspection.c77 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 Dmbfilter.c874 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 Drfc1867.c595 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 Dphp_cli_server.c294 http_response_status_code_pair needle = {code, NULL}, in get_status_string() local

Completed in 214 milliseconds