Home
last modified time | relevance | path

Searched refs:matcher (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/Zend/tests/
H A Dbug72101.phpt17 public function addMatcher( $matcher) {
18 $this->matchers[] = $matcher;
/PHP-7.2/sapi/cli/
H A Dphp_http_parser.c535 const char *matcher; in php_http_parser_execute() local
539 matcher = method_strings[parser->method]; in php_http_parser_execute()
541 if (parser->method != PHP_HTTP_NOT_IMPLEMENTED && matcher[index] != '\0') { in php_http_parser_execute()
545 } else if (parser->method == PHP_HTTP_NOT_IMPLEMENTED || ch == matcher[index]) { in php_http_parser_execute()
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING422 single-unit opcodes that tell the matcher that skipping the following
441 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher
H A DChangeLog560 interpreter (though correctly in the JIT matcher). This pcretest input is
567 JIT matcher and Perl both matched 'NON QUOTED "QUOT""ED" AFTER '. The test
1427 matcher there was code that should only have been obeyed in UTF mode, but
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt4381 This time, when matching [bc] fails, the matcher backtracks into a+ and
6395 action of the matcher is to try again with only 5 digits matching the
6401 If we use atomic grouping for the previous example, the matcher gives
7530 after the end of the group if FOO succeeds); on failure, the matcher
/PHP-7.2/build/
H A Dlibtool.m44213 # An ERE matcher.

Completed in 73 milliseconds