Searched refs:SOAP_ENC_OBJECT (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/soap/tests/ |
H A D | any.phpt | 21 …urn" => array("any" => array("SOAPComplexType"=>new SoapVar($struct, SOAP_ENC_OBJECT, "SOAPComplex… 51 …"any"=>new SoapVar($struct, SOAP_ENC_OBJECT, "SOAPComplexType", "http://soapinterop.org/xsd", "SOA…
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug69462.phpt | 15 SOAP_ENC_OBJECT, null, null, 'name', $namespace
|
/php-src/ext/soap/tests/interop/Round2/GroupB/ |
H A D | r2_groupB_004s.phpt | 17 ), SOAP_ENC_OBJECT, "SOAPStruct", "http://soapinterop.org/xsd", 'varStruct') 18 ), SOAP_ENC_OBJECT, "SOAPStructStruct", "http://soapinterop.org/xsd"), "inputStruct");
|
H A D | r2_groupB_001s.phpt | 13 ), SOAP_ENC_OBJECT, "SOAPStruct", "http://soapinterop.org/xsd"), "inputStruct");
|
H A D | r2_groupB_005s.phpt | 18 ), SOAP_ENC_OBJECT, "SOAPArrayStruct", "http://soapinterop.org/xsd"), "inputStruct");
|
/php-src/ext/soap/tests/interop/Round2/Base/ |
H A D | r2_base_015s.phpt | 21 ),SOAP_ENC_OBJECT,"SOAPStruct","http://soapinterop.org/xsd"); 26 ),SOAP_ENC_OBJECT,"SOAPStruct","http://soapinterop.org/xsd");
|
H A D | r2_base_014s.phpt | 13 ),SOAP_ENC_OBJECT,"SOAPStruct","http://soapinterop.org/xsd"), "inputStruct");
|
/php-src/ext/soap/tests/interop/Round4/GroupI/ |
H A D | r4_groupI_xsd_028w.phpt | 15 $client->echoAnyType(array('inputAnyType'=>new SoapVar($struct,SOAP_ENC_OBJECT,"SOAPComplexType","h…
|
/php-src/ext/soap/ |
H A D | php_encoding.h | 147 #define SOAP_ENC_OBJECT 301 macro
|
H A D | soap.stub.php | 364 const SOAP_ENC_OBJECT = UNKNOWN; define
|
H A D | soap_arginfo.h | 300 REGISTER_LONG_CONSTANT("SOAP_ENC_OBJECT", SOAP_ENC_OBJECT, CONST_PERSISTENT); in register_soap_symbols()
|
H A D | php_encoding.c | 209 …{{SOAP_ENC_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_1_ENC_NAMESPACE, NULL, NULL, NULL}, to_zval_obje… 211 …{{SOAP_ENC_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_2_ENC_NAMESPACE, NULL, NULL, NULL}, to_zval_obje… 2885 enc = get_conversion(SOAP_ENC_OBJECT); in guess_zval_convert()
|
Completed in 24 milliseconds