Home
last modified time | relevance | path

Searched refs:zend_memnrstr (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_operators.h209 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnrstr() function
/PHP-7.3/ext/standard/
H A Dstring.c2147 if ((found = zend_memnrstr(p, needle, needle_len, e))) {
2255 if ((found = (char *)zend_memnrstr(p, ZSTR_VAL(needle_dup), ZSTR_LEN(needle_dup), e))) {

Completed in 19 milliseconds