Home
last modified time | relevance | path

Searched refs:zend_memnstr (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/main/
H A Dphp.h361 #define php_memnstr zend_memnstr
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c315 …!zend_memnstr(Z_STRVAL(ZEND_OP1_LITERAL(send1_opline)), "::", sizeof("::") - 1, Z_STRVAL(ZEND_OP1_… in zend_optimizer_pass1()
/PHP-7.4/ext/standard/
H A Dbrowscap.c581 cur = zend_memnstr(cur, in browser_reg_compare()
/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() function
H A Dzend_builtin_functions.c868 if (zend_memnstr(ZSTR_VAL(name), "::", sizeof("::") - 1, ZSTR_VAL(name) + ZSTR_LEN(name))) { in ZEND_FUNCTION()

Completed in 29 milliseconds