Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c111 unsigned char *haystack, *needle; in PHP_FUNCTION() local
179 unsigned char *haystack, *needle, *haystack_dup, *needle_dup; in PHP_FUNCTION() local
255 unsigned char *haystack, *needle; in PHP_FUNCTION() local
325 unsigned char *haystack, *needle; in PHP_FUNCTION() local
617 unsigned char *haystack, *needle, *found; in strstr_common_handler() local
H A Dgrapheme_util.c131 int grapheme_strpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int3… in grapheme_strpos_utf16()
337 grapheme_strrpos_ascii(unsigned char *haystack, int32_t haystack_len, unsigned char *needle, int32_… in grapheme_strrpos_ascii()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c2227 mbfl_string haystack, needle; in PHP_FUNCTION() local
2290 mbfl_string haystack, needle; in PHP_FUNCTION() local
2389 mbfl_string haystack, needle; in PHP_FUNCTION() local
2418 mbfl_string haystack, needle; in PHP_FUNCTION() local
2443 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local
2501 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local
2563 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local
2621 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local
2673 mbfl_string haystack, needle; in PHP_FUNCTION() local
4660 mbfl_string haystack, needle; in php_mb_stripos() local
/PHP-5.5/ext/standard/
H A Dstring.c1691 static int php_needle_char(zval *needle, char *target TSRMLS_DC)
1727 zval *needle; local
1781 zval *needle; local
1829 zval *needle; local
1885 zval *needle; local
1943 char *needle, *haystack; local
2016 char *needle, *haystack; local
2119 zval *needle; local
3701char *needle, int needle_len, char *str, int str_len, int *_new_length, int case_sensitivity, int …
3873 char *needle, int needle_len, char *str, int str_len, int *_new_length)
[all …]
/PHP-5.5/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-5.5/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-5.5/Zend/
H A Dzend_operators.h273 zend_memnstr(char *haystack, char *needle, int needle_len, char *end) in zend_memnstr()
/PHP-5.5/main/
H A Drfc1867.c583 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c400 php_cli_server_http_response_status_code_pair needle, *result = NULL; in get_status_string() local

Completed in 61 milliseconds