Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/tests/bugs/
H A Dbug40609.wsdl26 …eServiceHttpBinding" type="axis2:StockQuoteServicePortType"><http:binding verb="POST" /><wsdl:oper…
/PHP-5.3/Zend/
H A Dzend_API.c2615 char *verb; in zend_is_callable_check_func() local
2618 verb = "should not"; in zend_is_callable_check_func()
2622 verb = "cannot"; in zend_is_callable_check_func()
2630 …", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb, Z_OBJCE_P(EG(This)… in zend_is_callable_check_func()
2635 …", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb, Z_OBJCE_P(EG(This)… in zend_is_callable_check_func()
2639 …e called statically", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb); in zend_is_callable_check_func()
2644 …e called statically", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb); in zend_is_callable_check_func()
H A Dzend_vm_execute.h2753 char *verb; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
2760 verb = "cannot"; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3330 char *verb; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER() local
3799 char *verb; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER() local
4024 char *verb; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER() local
4461 char *verb; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER() local
10561 char *verb; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER() local
12374 char *verb; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER() local
14179 char *verb; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_VAR_HANDLER() local
15078 char *verb; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER() local
[all …]
H A Dzend_vm_def.h2050 char *verb; variable
2053 verb = "should not";
2057 verb = "cannot";
2059 …this from incompatible context", EX(fbc)->common.scope->name, EX(fbc)->common.function_name, verb);
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt6275 string must always fail. The backtracking control verb (*FAIL) or (*F)
6929 This verb causes the match to end successfully, skipping the remainder
6942 This verb causes a matching failure, forcing backtracking to occur. It
6956 There is one verb whose main purpose is to track how a match was
6962 A name is always required with this verb. There may be as many
7009 a backtrack to the verb, a failure is forced. That is, backtracking
7010 cannot pass to the left of the verb. However, when one of these verbs
7022 This verb, which may not be followed by a name, causes the whole match
7054 This verb causes the match to fail at the current starting position in
7068 This verb, when given without a name, is like (*PRUNE), except that if
[all …]
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog209 9. (*MARK) control verb is now supported by the JIT compiler.
230 16. (*COMMIT) control verb is now supported by the JIT compiler.

Completed in 172 milliseconds