SOAP_Test 166 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString', array('inputString' => 'hello world!'));
SOAP_Test 167 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString', array('inputString' => soap_value('inputString','hello world',XSD_STRING)));
SOAP_Test 168 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString(empty)', array('inputString' => ''));
SOAP_Test 169 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString(empty)', array('inputString' => soap_value('inputString','',XSD_STRING)));
SOAP_Test 170 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString(null)', array('inputString' => NULL));
SOAP_Test 171 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString(null)', array('inputString' => soap_value('inputString',NULL,XSD_STRING)));
SOAP_Test 174 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString(entities)', array('inputString' => ">,<,&,\",',\\,\n"));
SOAP_Test 175 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString(entities)', array('inputString' => soap_value('inputString',">,<,&,\",',\\,\n",XSD_STRING)));
SOAP_Test 176 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoString(utf-8)', array('inputString' => utf8_encode('ỗÈéóÒ₧⅜ỗỸ')));
SOAP_Test 179 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoString(utf-8)', array('inputString' => soap_value('inputString',utf8_encode('ỗÈéóÒ₧⅜ỗỸ'),XSD_STRING)));
SOAP_Test 186 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStringArray',
SOAP_Test 188 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStringArray',
SOAP_Test 192 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStringArray(one)',
SOAP_Test 194 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStringArray(one)',
SOAP_Test 199 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStringArray(empty)', array('inputStringArray' => array()));
SOAP_Test 200 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStringArray(empty)', array('inputStringArray' => soap_value('inputStringArray',array(),SOAP_ENC_ARRAY,"ArrayOfstring","http://soapinterop.org/xsd")));
SOAP_Test 204 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStringArray(null)', array('inputStringArray' => NULL));
SOAP_Test 205 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStringArray(null)', array('inputStringArray' => soap_value('inputStringArray',NULL,SOAP_ENC_ARRAY,"ArrayOfstring","http://soapinterop.org/xsd")));
SOAP_Test 209 ext/soap/interop/client_round2_params.php $x = new SOAP_Test('echoInteger', array('inputInteger' => 34345));
SOAP_Test 210 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoInteger', array('inputInteger' => 34345));
SOAP_Test 211 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoInteger', array('inputInteger' => soap_value('inputInteger',12345,XSD_INT)));
SOAP_Test 216 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoIntegerArray', array('inputIntegerArray' => array(1,234324324,2)));
SOAP_Test 217 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoIntegerArray',
SOAP_Test 226 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoFloat', array('inputFloat' => 342.23));
SOAP_Test 227 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoFloat', array('inputFloat' => soap_value('inputFloat',123.45,XSD_FLOAT)));
SOAP_Test 232 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoFloatArray', array('inputFloatArray' => array(1.3223,34.2,325.325)));
SOAP_Test 233 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoFloatArray',
SOAP_Test 244 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStruct', array('inputStruct' =>$soapstruct));
SOAP_Test 245 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStruct', array('inputStruct' =>$soapsoapstruct));
SOAP_Test 250 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStructArray', array('inputStructArray' => array(
SOAP_Test 252 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStructArray', array('inputStructArray' =>
SOAP_Test 263 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoVoid', NULL);
SOAP_Test 264 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid', NULL);
SOAP_Test 271 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoBase64', array('inputBase64' => 'TmVicmFza2E='));
SOAP_Test 272 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoBase64', array('inputBase64' =>
SOAP_Test 278 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoHexBinary', array('inputHexBinary' => '736F61707834'),'736F61707834','hex_compare');
SOAP_Test 279 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoHexBinary', array('inputHexBinary' =>
SOAP_Test 286 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoDecimal', array('inputDecimal' => '12345.67890'));
SOAP_Test 287 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoDecimal', array('inputDecimal' =>
SOAP_Test 294 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoDate', array('inputDate' => '2001-05-24T17:31:41Z'), null, 'date_compare');
SOAP_Test 295 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoDate', array('inputDate' =>
SOAP_Test 302 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoBoolean(true)', array('inputBoolean' => TRUE));
SOAP_Test 303 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoBoolean(true)', array('inputBoolean' =>
SOAP_Test 305 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoBoolean(false)', array('inputBoolean' => FALSE));
SOAP_Test 306 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoBoolean(false)', array('inputBoolean' =>
SOAP_Test 308 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoBoolean(1)', array('inputBoolean' => 1),true);
SOAP_Test 309 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoBoolean(1)', array('inputBoolean' =>
SOAP_Test 311 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoBoolean(0)', array('inputBoolean' => 0),false);
SOAP_Test 312 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoBoolean(0)', array('inputBoolean' =>
SOAP_Test 329 ext/soap/interop/client_round2_params.php $soap_tests['GroupB'][] = new SOAP_Test('echoStructAsSimpleTypes',
SOAP_Test 335 ext/soap/interop/client_round2_params.php $soap_tests['GroupB'][] = new SOAP_Test('echoStructAsSimpleTypes',
SOAP_Test 352 ext/soap/interop/client_round2_params.php $soap_tests['GroupB'][] = new SOAP_Test('echoSimpleTypesAsStruct',
SOAP_Test 358 ext/soap/interop/client_round2_params.php $soap_tests['GroupB'][] = new SOAP_Test('echoSimpleTypesAsStruct',
SOAP_Test 368 ext/soap/interop/client_round2_params.php $soap_tests['GroupB'][] = new SOAP_Test('echo2DStringArray',
SOAP_Test 379 ext/soap/interop/client_round2_params.php $soap_tests['GroupB'][] = new SOAP_Test('echo2DStringArray',
SOAP_Test 394 ext/soap/interop/client_round2_params.php $soap_tests['GroupB'][] = new SOAP_Test('echoNestedStruct',
SOAP_Test 396 ext/soap/interop/client_round2_params.php $soap_tests['GroupB'][] = new SOAP_Test('echoNestedStruct',
SOAP_Test 420 ext/soap/interop/client_round2_params.php $soap_tests['GroupB'][] = new SOAP_Test('echoNestedArray',
SOAP_Test 422 ext/soap/interop/client_round2_params.php $soap_tests['GroupB'][] = new SOAP_Test('echoNestedArray',
SOAP_Test 441 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=next)', NULL);
SOAP_Test 446 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=next)', NULL);
SOAP_Test 453 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=next)', NULL);
SOAP_Test 458 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=next)', NULL);
SOAP_Test 465 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=other)', NULL);
SOAP_Test 470 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=other)', NULL);
SOAP_Test 477 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=other)', NULL);
SOAP_Test 482 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=other)', NULL);
SOAP_Test 490 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest invalid namespace)', NULL);
SOAP_Test 496 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest invalid namespace)', NULL);
SOAP_Test 507 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=next)', NULL);
SOAP_Test 514 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=next)', NULL);
SOAP_Test 524 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=next)', NULL);
SOAP_Test 531 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=next)', NULL);
SOAP_Test 541 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=other)', NULL);
SOAP_Test 547 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=other)', NULL);
SOAP_Test 556 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=other)', NULL);
SOAP_Test 562 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=other)', NULL);
SOAP_Test 574 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=next)', NULL);
SOAP_Test 579 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=next)', NULL);
SOAP_Test 586 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=next)', NULL);
SOAP_Test 592 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=next)', NULL);
SOAP_Test 600 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL);
SOAP_Test 605 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL);
SOAP_Test 612 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=other)', NULL);
SOAP_Test 617 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=other)', NULL);