Home
last modified time | relevance | path

Searched refs:verb (Results 1 – 7 of 7) sorted by relevance

/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_020.phpt2 Use SEARCH as a HTTP verb
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug40609.wsdl26 …eServiceHttpBinding" type="axis2:StockQuoteServicePortType"><http:binding verb="POST" /><wsdl:oper…
/PHP-7.2/Zend/
H A Dzend_API.c3192 char *verb; in zend_is_callable_check_func() local
3195 verb = "should not"; in zend_is_callable_check_func()
3199 verb = "cannot"; in zend_is_callable_check_func()
3205 …, ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb); in zend_is_callable_check_func()
3211 …, ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb); in zend_is_callable_check_func()
3213 …, ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb); in zend_is_callable_check_func()
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt4625 11. If a pattern contains more than one backtracking control verb, the
6672 string must always fail. The backtracking control verb (*FAIL) or (*F)
7329 This verb causes the match to end successfully, skipping the remainder
7346 This verb causes a matching failure, forcing backtracking to occur. It
7360 There is one verb whose main purpose is to track how a match was
7366 A name is always required with this verb. There may be as many
7390 If a verb with a name is encountered in a positive assertion that is
7415 a backtrack to the verb, a failure is forced. That is, backtracking
7416 cannot pass to the left of the verb. However, when one of these verbs
7426 when the verb is not in a subroutine or an assertion. Subsequent sec-
[all …]
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput15301 first verb that is backtracked onto is the one that acts. This seems to be
H A Dtestoutput18798 first verb that is backtracked onto is the one that acts. This seems to be
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog299 29. The JIT compiler did not restore the control verb head in case of *THEN
1071 SKIP. Now, PCRE acts on whichever backtracking verb is reached first by
1331 9. (*MARK) control verb is now supported by the JIT compiler.
1352 16. (*COMMIT) control verb is now supported by the JIT compiler.

Completed in 90 milliseconds