Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug40609.wsdl26 …eServiceHttpBinding" type="axis2:StockQuoteServicePortType"><http:binding verb="POST" /><wsdl:oper…
/PHP-5.5/Zend/
H A Dzend_API.c2928 char *verb; in zend_is_callable_check_func() local
2931 verb = "should not"; in zend_is_callable_check_func()
2935 verb = "cannot"; in zend_is_callable_check_func()
2943 …", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb, Z_OBJCE_P(EG(This)… in zend_is_callable_check_func()
2948 …", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb, Z_OBJCE_P(EG(This)… in zend_is_callable_check_func()
2952 …e called statically", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb); in zend_is_callable_check_func()
2957 …e called statically", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb); in zend_is_callable_check_func()
/PHP-5.5/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-5.5/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-5.5/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 70 milliseconds