Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_034w.phpt9 …://soapinterop.org/","echoMeStringRequest", array("varString"=>"Hello World"), 1, SOAP_ACTOR_NEXT);
H A Dr4_groupI_xsd_035w.phpt10 …omplexTypeRequest", array("varInt"=>34,"varString"=>"arg","varFloat"=>12.345), 1, SOAP_ACTOR_NEXT);
/PHP-8.2/ext/soap/
H A Dphp_soap.h121 #define SOAP_ACTOR_NEXT 1 macro
H A Dsoap.stub.php57 const SOAP_ACTOR_NEXT = UNKNOWN; define
H A Dsoap_arginfo.h247 REGISTER_LONG_CONSTANT("SOAP_ACTOR_NEXT", SOAP_ACTOR_NEXT, CONST_PERSISTENT); in register_soap_symbols()
H A Dsoap.c513 …if ((actor_long == SOAP_ACTOR_NEXT || actor_long == SOAP_ACTOR_NONE || actor_long == SOAP_ACTOR_UN… in PHP_METHOD()
3220 if (Z_LVAL_P(tmp) == SOAP_ACTOR_NEXT) {
3224 if (Z_LVAL_P(tmp) == SOAP_ACTOR_NEXT) {

Completed in 24 milliseconds