Home
last modified time | relevance | path

Searched refs:SOAP_ACTOR_NONE (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/soap/
H A Dphp_soap.h121 #define SOAP_ACTOR_NONE 2 macro
H A Dsoap.stub.php82 const SOAP_ACTOR_NONE = UNKNOWN; define
H A Dsoap_arginfo.h245 REGISTER_LONG_CONSTANT("SOAP_ACTOR_NONE", SOAP_ACTOR_NONE, CONST_PERSISTENT); in register_soap_symbols()
H A Dsoap.c630 …if ((actor_long == SOAP_ACTOR_NEXT || actor_long == SOAP_ACTOR_NONE || actor_long == SOAP_ACTOR_UN… in PHP_METHOD()
3430 } else if (Z_LVAL_P(tmp) == SOAP_ACTOR_NONE) { in set_soap_header_attributes()

Completed in 36 milliseconds