Home
last modified time | relevance | path

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

/PHP-7.1/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.1/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.1/ext/standard/
H A Dstring.c1789 static int php_needle_char(zval *needle, char *target)
1819 zval *needle; local
1872 zval *needle; local
1919 zval *needle; local
1978 zval *needle; local
2038 char *needle; local
2101 zend_string *needle; local
2208 zval *needle; local
3137 char *needle, size_t needle_len, char *str, size_t str_len, zend_long *replace_count)
3211 zend_string *needle, char *str, size_t str_len, zend_long *replace_count)
[all …]
/PHP-7.1/ext/mbstring/
H A Dmbstring.c2274 mbfl_string haystack, needle; in PHP_FUNCTION() local
2351 mbfl_string haystack, needle; in PHP_FUNCTION() local
2461 mbfl_string haystack, needle; in PHP_FUNCTION() local
2500 mbfl_string haystack, needle; in PHP_FUNCTION() local
2534 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local
2607 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local
2684 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local
2758 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local
2825 mbfl_string haystack, needle; in PHP_FUNCTION() local
4913 mbfl_string haystack, needle; in php_mb_stripos() local
/PHP-7.1/Zend/
H A Dzend_operators.h155 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr()
213 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, char *end) in zend_memnrstr()
H A Dzend_operators.c3001 static zend_always_inline void zend_memnstr_ex_pre(unsigned int td[], const char *needle, size_t ne…
3022 ZEND_API const char* ZEND_FASTCALL zend_memnstr_ex(const char *haystack, const char *needle, size_t…
3056 ZEND_API const char* ZEND_FASTCALL zend_memnrstr_ex(const char *haystack, const char *needle, size_…
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c80 static inline XMLRPC_VALUE find_named_value(XMLRPC_VALUE list, const char* needle) { in find_named_value()
/PHP-7.1/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.1/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.1/sapi/cli/
H A Dphp_cli_server.c294 http_response_status_code_pair needle = {code, NULL}, in get_status_string() local

Completed in 80 milliseconds