Home
last modified time | relevance | path

Searched refs:TAG_FORM (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/standard/
H A Durl_scanner_ex.c278 TAG_FORM enumerator
379 ZEND_ASSERT(ctx->tag_type == TAG_FORM); in check_host_whitelist()
464 ctx->tag_type = TAG_FORM; in handle_tag()
478 if (ctx->tag_type == TAG_FORM && in handle_arg()
489 if (ctx->tag_type == TAG_FORM && ctx->attr_type == ATTR_ACTION) { in handle_val()
H A Durl_scanner_ex.re281 TAG_FORM
382 ZEND_ASSERT(ctx->tag_type == TAG_FORM);
467 ctx->tag_type = TAG_FORM;
481 if (ctx->tag_type == TAG_FORM &&
492 if (ctx->tag_type == TAG_FORM && ctx->attr_type == ATTR_ACTION) {

Completed in 10 milliseconds