Home
last modified time | relevance | path

Searched refs:lookup_data (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/standard/
H A Durl_scanner_ex.h51 char *lookup_data; member
H A Durl_scanner_ex.c257 if (strncasecmp(ZSTR_VAL(ctx->arg.s), ctx->lookup_data, ZSTR_LEN(ctx->arg.s)) == 0) in tag_arg()
317 if (doit && ctx->val.s && ctx->lookup_data && *ctx->lookup_data) { in handle_form()
324 if ((e - p) && strncasecmp(p, ctx->lookup_data, (e - p))) { in handle_form()
362 …if ((ctx->lookup_data = zend_hash_str_find_ptr(ctx->tags, ZSTR_VAL(ctx->tag.s), ZSTR_LEN(ctx->tag.… in handle_tag()
H A Durl_scanner_ex.re192 if (strncasecmp(ZSTR_VAL(ctx->arg.s), ctx->lookup_data, ZSTR_LEN(ctx->arg.s)) == 0)
252 if (doit && ctx->val.s && ctx->lookup_data && *ctx->lookup_data) {
259 if ((e - p) && strncasecmp(p, ctx->lookup_data, (e - p))) {
297 …if ((ctx->lookup_data = zend_hash_str_find_ptr(ctx->tags, ZSTR_VAL(ctx->tag.s), ZSTR_LEN(ctx->tag.…

Completed in 12 milliseconds