Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Durl_scanner_ex.h53 char *lookup_data; member
H A Durl_scanner_ex.c301 if (!strcasecmp(ZSTR_VAL(ctx->arg.s), ctx->lookup_data)) { in tag_arg()
460 …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.re304 if (!strcasecmp(ZSTR_VAL(ctx->arg.s), ctx->lookup_data)) {
463 …if ((ctx->lookup_data = zend_hash_str_find_ptr(ctx->tags, ZSTR_VAL(ctx->tag.s), ZSTR_LEN(ctx->tag.…

Completed in 31 milliseconds