Searched refs:SOAP_ENC_ARRAY (Results 1 – 14 of 14) sorted by relevance
/PHP-7.3/ext/soap/interop/ |
H A D | client_round2_params.php | 187 …soap_value('inputStringArray',array('good','bad'),SOAP_ENC_ARRAY,"ArrayOfstring","http://soapinter… 193 …soap_value('inputStringArray',array('good'),SOAP_ENC_ARRAY,"ArrayOfstring","http://soapinterop.org… 197 …', array('inputStringArray' => soap_value('inputStringArray',array(),SOAP_ENC_ARRAY,"ArrayOfstring… 202 …ll)', array('inputStringArray' => soap_value('inputStringArray',NULL,SOAP_ENC_ARRAY,"ArrayOfstring… 218 SOAP_ENC_ARRAY,"ArrayOfint","http://soapinterop.org/xsd"))); 234 SOAP_ENC_ARRAY,"ArrayOffloat","http://soapinterop.org/xsd"))); 254 SOAP_ENC_ARRAY,"ArrayOfSOAPStruct","http://soapinterop.org/xsd"))); 373 ), SOAP_ENC_ARRAY 426 …new SoapVar(array("red", "blue", "green"), SOAP_ENC_ARRAY, "ArrayOfstring","http://soapinterop.org…
|
/PHP-7.3/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-7.3/ext/soap/tests/bugs/ |
H A D | bug41097.phpt | 19 $soap->test(new SoapVar(array('Foo', 'Bar'), SOAP_ENC_ARRAY));
|
/PHP-7.3/ext/soap/ |
H A D | php_encoding.h | 147 #define SOAP_ENC_ARRAY 300 macro
|
H A D | php_encoding.c | 210 …{{SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL, NULL}, to_zval_array, to_xm… 212 …{{SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL, NULL}, to_zval_array, to_xm… 1479 sdlType->encode->details.sdl_type->encode->details.type != SOAP_ENC_ARRAY))) { in to_zval_object_ex() 2000 enc = get_conversion(SOAP_ENC_ARRAY); in guess_array_map() 2829 enc = get_conversion(SOAP_ENC_ARRAY); in guess_zval_convert() 3216 type->encode->details.type == SOAP_ENC_ARRAY)) { in sdl_guess_convert_zval() 3282 type->encode->details.type == SOAP_ENC_ARRAY)) { in sdl_guess_convert_xml()
|
H A D | soap.c | 752 REGISTER_LONG_CONSTANT("SOAP_ENC_ARRAY", SOAP_ENC_ARRAY, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION() 4691 type->encode->details.type == SOAP_ENC_ARRAY)) {
|
/PHP-7.3/ext/soap/tests/interop/Round2/Base/ |
H A D | r2_base_008s.phpt | 8 ), SOAP_ENC_ARRAY, "ArrayOfstring","http://soapinterop.org/xsd"), "inputStringArray");
|
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_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");
|
Completed in 61 milliseconds