Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c110 char *haystack, *needle; in PHP_FUNCTION() local
173 char *haystack, *needle; in PHP_FUNCTION() local
243 char *haystack, *needle; in PHP_FUNCTION() local
306 char *haystack, *needle; in PHP_FUNCTION() local
594 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()
351 grapheme_strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_… in grapheme_strrpos_ascii()
/PHP-7.4/ext/standard/
H A Dstring.c1803 static int php_needle_char(zval *needle, char *target)
1831 zval *needle; local
1891 zval *needle; local
1945 zval *needle; local
2008 zval *needle; local
2080 const char *p, *e, *found, *needle; local
2143 zend_string *needle; local
2256 zval *needle; local
3214 const char *needle, size_t needle_len, const char *str, size_t str_len, zend_long *replace_count)
3296 zend_string *needle, const char *str, size_t str_len, zend_long *replace_count)
[all …]
/PHP-7.4/ext/mbstring/
H A Dmbstring.c2521 mbfl_string haystack, needle; in PHP_FUNCTION() local
2580 mbfl_string haystack, needle; in PHP_FUNCTION() local
2651 mbfl_string haystack, needle; in PHP_FUNCTION() local
2679 mbfl_string haystack, needle; in PHP_FUNCTION() local
2701 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local
2752 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local
2806 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local
2857 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local
2902 mbfl_string haystack, needle; in PHP_FUNCTION() local
5314 mbfl_string haystack, needle; in php_mb_stripos() local
/PHP-7.4/Zend/
H A Dzend_operators.h148 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr()
206 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnrstr()
H A Dzend_operators.c3160 static zend_always_inline void zend_memnstr_ex_pre(unsigned int td[], const char *needle, size_t ne…
3181 ZEND_API const char* ZEND_FASTCALL zend_memnstr_ex(const char *haystack, const char *needle, size_t…
3215 ZEND_API const char* ZEND_FASTCALL zend_memnrstr_ex(const char *haystack, const char *needle, size_…
H A Dzend_compile.c3706 znode subject, needle; in zend_compile_func_array_key_exists() local
/PHP-7.4/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.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c717 mbfl_wchar_device needle; member
816 mbfl_string *needle, in mbfl_strpos()
1026 mbfl_string *needle in mbfl_substr_count()
/PHP-7.4/ext/libxml/
H A Dlibxml.c427 char *needle = estrdup("charset="); in php_libxml_input_buffer_create_filename() local
/PHP-7.4/main/
H A Drfc1867.c585 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c299 http_response_status_code_pair needle = {code, NULL}, in get_status_string() local

Completed in 160 milliseconds