Searched refs:zend_memnstr (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | url_scanner_ex.c | 280 char *e, *p = zend_memnstr(ctx->val.c, "://", sizeof("://") - 1, ctx->val.c + ctx->val.len);
|
| H A D | url_scanner_ex.re | 217 char *e, *p = zend_memnstr(ctx->val.c, "://", sizeof("://") - 1, ctx->val.c + ctx->val.len);
|
| /PHP_5_3/main/ |
| H A D | php.h | 321 #define php_memnstr zend_memnstr
|
| /PHP_5_3/Zend/ |
| H A D | zend_multibyte.c | 983 while ((p2 = zend_memnstr(p1, ",", 1, endp)) != NULL) { 995 p2 = p = zend_memnstr(p1, ",", 1, endp);
|
| H A D | zend_operators.h | 227 zend_memnstr(char *haystack, char *needle, int needle_len, char *end) function
|
| H A D | zend_builtin_functions.c | 643 if (zend_memnstr(name, "::", sizeof("::") - 1, name + name_len)) {
|
Completed in 12 milliseconds