Searched refs:SOAP_ENC_ARRAY (Results 1 – 15 of 15) sorted by relevance
/php-src/ext/soap/tests/interop/Round2/GroupB/ |
H A D | r2_groupB_003s.phpt | 12 ), SOAP_ENC_ARRAY), 17 ), SOAP_ENC_ARRAY) 18 ), SOAP_ENC_ARRAY, "ArrayOfString2D", "http://soapinterop.org/xsd"),"input2DStringArray");
|
H A D | r2_groupB_005s.phpt | 17 ), SOAP_ENC_ARRAY, "ArrayOfString", "http://soapinterop.org/xsd", 'varArray')
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug41097.phpt | 19 $soap->test(new SoapVar(array('Foo', 'Bar'), SOAP_ENC_ARRAY));
|
/php-src/ext/soap/tests/interop/Round2/Base/ |
H A D | r2_base_009s.phpt | 7 $param = new SoapParam(new SoapVar(NULL, SOAP_ENC_ARRAY, "ArrayOfstring","http://soapinterop.org/x…
|
H A D | r2_base_008s.phpt | 8 ), SOAP_ENC_ARRAY, "ArrayOfstring","http://soapinterop.org/xsd"), "inputStringArray");
|
H A D | r2_base_007s.phpt | 9 ), SOAP_ENC_ARRAY, "ArrayOfstring","http://soapinterop.org/xsd"), "inputStringArray");
|
H A D | r2_base_006s.phpt | 10 ), SOAP_ENC_ARRAY, "ArrayOfstring","http://soapinterop.org/xsd"), "inputStringArray");
|
H A D | r2_base_011s.phpt | 11 ), SOAP_ENC_ARRAY, "ArrayOfint","http://soapinterop.org/xsd"), "inputIntegerArray");
|
H A D | r2_base_013s.phpt | 13 ), SOAP_ENC_ARRAY, "ArrayOffloat","http://soapinterop.org/xsd"), "inputFloatArray");
|
H A D | r2_base_015s.phpt | 31 ),SOAP_ENC_ARRAY,"ArrayOfSOAPStruct","http://soapinterop.org/xsd"), "inputStructArray");
|
/php-src/ext/soap/ |
H A D | php_encoding.h | 145 #define SOAP_ENC_ARRAY 300 macro
|
H A D | soap.stub.php | 369 const SOAP_ENC_ARRAY = UNKNOWN; define
|
H A D | php_encoding.c | 210 …{{SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL, NULL, NULL}, to_zval_array,… 212 …{{SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL, NULL, NULL}, to_zval_array,… 1497 sdlType->encode->details.sdl_type->encode->details.type != SOAP_ENC_ARRAY))) { in to_zval_object_ex() 2034 enc = get_conversion(SOAP_ENC_ARRAY); in guess_array_map() 2879 enc = get_conversion(SOAP_ENC_ARRAY); in guess_zval_convert() 3277 type->encode->details.type == SOAP_ENC_ARRAY)) { in sdl_guess_convert_zval() 3343 type->encode->details.type == SOAP_ENC_ARRAY)) { in sdl_guess_convert_xml()
|
H A D | soap_arginfo.h | 301 REGISTER_LONG_CONSTANT("SOAP_ENC_ARRAY", SOAP_ENC_ARRAY, CONST_PERSISTENT); in register_soap_symbols()
|
H A D | soap.c | 4449 type->encode->details.type == SOAP_ENC_ARRAY)) { in type_to_string()
|
Completed in 64 milliseconds