Searched refs:soapstruct (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/soap/interop/ |
H A D | client_round2_params.php | 241 $soapstruct = new SOAPStruct('arg',34,325.325); variable 243 $soapsoapstruct = soap_value('inputStruct',$soapstruct,SOAP_ENC_OBJECT,"SOAPStruct","http://soapint… 244 $soap_tests['base'][] = new SOAP_Test('echoStruct', array('inputStruct' =>$soapstruct)); 251 $soapstruct,$soapstruct,$soapstruct))); 254 new SoapVar($soapstruct,SOAP_ENC_OBJECT,"SOAPStruct","http://soapinterop.org/xsd"), 255 new SoapVar($soapstruct,SOAP_ENC_OBJECT,"SOAPStruct","http://soapinterop.org/xsd"), 256 new SoapVar($soapstruct,SOAP_ENC_OBJECT,"SOAPStruct","http://soapinterop.org/xsd")),
|
Completed in 6 milliseconds