Home
last modified time | relevance | path

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

/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_020.phpt2 Use SEARCH as a HTTP verb
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug40609.wsdl26 …eServiceHttpBinding" type="axis2:StockQuoteServicePortType"><http:binding verb="POST" /><wsdl:oper…
/PHP-7.1/Zend/
H A Dzend_API.c3116 char *verb; in zend_is_callable_check_func() local
3119 verb = "should not"; in zend_is_callable_check_func()
3123 verb = "cannot"; in zend_is_callable_check_func()
3129 …, ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb); in zend_is_callable_check_func()
3135 …, ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb); in zend_is_callable_check_func()
3137 …, ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb); in zend_is_callable_check_func()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt4626 11. If a pattern contains more than one backtracking control verb, the
6668 string must always fail. The backtracking control verb (*FAIL) or (*F)
7325 This verb causes the match to end successfully, skipping the remainder
7342 This verb causes a matching failure, forcing backtracking to occur. It
7356 There is one verb whose main purpose is to track how a match was
7362 A name is always required with this verb. There may be as many
7386 If a verb with a name is encountered in a positive assertion that is
7411 a backtrack to the verb, a failure is forced. That is, backtracking
7412 cannot pass to the left of the verb. However, when one of these verbs
7422 when the verb is not in a subroutine or an assertion. Subsequent sec-
[all …]
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog113 29. The JIT compiler did not restore the control verb head in case of *THEN
885 SKIP. Now, PCRE acts on whichever backtracking verb is reached first by
1145 9. (*MARK) control verb is now supported by the JIT compiler.
1166 16. (*COMMIT) control verb is now supported by the JIT compiler.
/PHP-7.1/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

Completed in 69 milliseconds