Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp.h328 #define php_memnstr zend_memnstr
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c281 char *e, *p = zend_memnstr(ctx->val.c, "://", sizeof("://") - 1, ctx->val.c + ctx->val.len); in handle_form()
H A Durl_scanner_ex.re217 char *e, *p = zend_memnstr(ctx->val.c, "://", sizeof("://") - 1, ctx->val.c + ctx->val.len);
/PHP-5.5/Zend/
H A Dzend_operators.h273 zend_memnstr(char *haystack, char *needle, int needle_len, char *end) in zend_memnstr() function
H A Dzend_builtin_functions.c667 if (zend_memnstr(name, "::", sizeof("::") - 1, name + name_len)) { in ZEND_FUNCTION()

Completed in 23 milliseconds