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