From: Felipe Pena Date: Tue, 27 May 2008 03:22:42 +0000 (+0000) Subject: - Removed UEXPECT(F) X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1659 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=554810af624d9cb1b12ab2cb7151d897d10a8cca;p=php - Removed UEXPECT(F) --- diff --git a/ext/soap/tests/any.phpt b/ext/soap/tests/any.phpt index 5fd565d475..821aaee960 100755 --- a/ext/soap/tests/any.phpt +++ b/ext/soap/tests/any.phpt @@ -55,41 +55,6 @@ var_dump($g); var_dump($ret); ?> --EXPECT-- -object(stdClass)#5 (1) { - ["inputAny"]=> - object(stdClass)#6 (1) { - ["any"]=> - array(1) { - ["SOAPComplexType"]=> - object(SOAPComplexType)#7 (3) { - ["varInt"]=> - int(34) - ["varString"]=> - string(3) "arg" - ["varFloat"]=> - float(325.325) - } - } - } -} -object(stdClass)#8 (1) { - ["return"]=> - object(stdClass)#9 (1) { - ["any"]=> - array(1) { - ["SOAPComplexType"]=> - object(SOAPComplexType)#10 (3) { - ["varInt"]=> - int(34) - ["varString"]=> - string(3) "arg" - ["varFloat"]=> - float(325.325) - } - } - } -} ---UEXPECT-- object(stdClass)#5 (1) { [u"inputAny"]=> object(stdClass)#6 (1) { diff --git a/ext/soap/tests/bugs/bug28969.phpt b/ext/soap/tests/bugs/bug28969.phpt index 995706a4d4..d70d6f7d81 100644 --- a/ext/soap/tests/bugs/bug28969.phpt +++ b/ext/soap/tests/bugs/bug28969.phpt @@ -38,10 +38,6 @@ var_dump(" echo "ok\n"; ?> --EXPECT-- -string(3) "¦è¥" -string(3) "¦è¥" -ok ---UEXPECT-- unicode(3) "¦è¥" unicode(3) "¦è¥" -ok \ No newline at end of file +ok diff --git a/ext/soap/tests/bugs/bug28985.phpt b/ext/soap/tests/bugs/bug28985.phpt index 66b8a63f8b..4b19d3e2f8 100644 --- a/ext/soap/tests/bugs/bug28985.phpt +++ b/ext/soap/tests/bugs/bug28985.phpt @@ -10,201 +10,6 @@ $client = new SOAPClient(dirname(__FILE__).'/bug28985.wsdl', array('trace'=>1)); var_dump($client->__getTypes()); ?> --EXPECT-- -array(42) { - [0]=> - string(100) "struct LoginMGDIS { - string iUserLogin; - string iUserId; - string iUserPassword; - string iProfilId; -}" - [1]=> - string(29) "struct LoginMGDISResponse { -}" - [2]=> - string(28) "struct GetIdentification { -}" - [3]=> - string(77) "struct GetIdentificationResponse { - ArrayOfAnyType GetIdentificationResult; -}" - [4]=> - string(43) "struct ArrayOfAnyType { - anyType anyType; -}" - [5]=> - string(37) "struct RollbackCurrentTransaction { -}" - [6]=> - string(45) "struct RollbackCurrentTransactionResponse { -}" - [7]=> - string(68) "struct GetListeProfil { - string iUserLogin; - string iUserPassword; -}" - [8]=> - string(86) "struct MGCodeLibelle { - string Code; - string Libelle; - boolean Defaut; - anyType Tag; -}" - [9]=> - string(61) "struct ArrayOfMGCodeLibelle { - MGCodeLibelle MGCodeLibelle; -}" - [10]=> - string(77) "struct GetListeProfilResponse { - ArrayOfMGCodeLibelle GetListeProfilResult; -}" - [11]=> - string(41) "struct GetListeValCodif { - string Code; -}" - [12]=> - string(43) "struct ArrayOfMGCodif { - MGCodif MGCodif; -}" - [13]=> - string(18) "struct MGCodif { -}" - [14]=> - string(75) "struct GetListeValCodifResponse { - ArrayOfMGCodif GetListeValCodifResult; -}" - [15]=> - string(39) "struct TestPhpSoap { - MGCodif entree; -}" - [16]=> - string(57) "struct TestPhpSoapResponse { - string TestPhpSoapResult; -}" - [17]=> - string(50) "struct GetListeCodif { - boolean iGetListeValeur; -}" - [18]=> - string(87) "struct MGCodifGrp { - string TypeCodif; - string LibCodif; - ArrayOfMGCodif ListeCodifs; -}" - [19]=> - string(52) "struct ArrayOfMGCodifGrp { - MGCodifGrp MGCodifGrp; -}" - [20]=> - string(72) "struct GetListeCodifResponse { - ArrayOfMGCodifGrp GetListeCodifResult; -}" - [21]=> - string(57) "struct DroitCreation { - string iObjet; - string iProfil; -}" - [22]=> - string(62) "struct DroitCreationResponse { - boolean DroitCreationResult; -}" - [23]=> - string(74) "struct ListeDroitCreation { - ArrayOfString iListeObjet; - string iProfil; -}" - [24]=> - string(40) "struct ArrayOfString { - string string; -}" - [25]=> - string(79) "struct ListeDroitCreationResponse { - ArrayOfAnyType ListeDroitCreationResult; -}" - [26]=> - string(87) "struct GetDroitsObjetProtege { - string iObjet; - string iProfil; - string iUtilisateur; -}" - [27]=> - string(154) "struct MGDroitsObjetProtege { - string LbUti; - string LbProf; - string LbServ; - string LbDir; - boolean isProtected; - ArrayOfMGDroitAcces ListeDroitsAcces; -}" - [28]=> - string(58) "struct ArrayOfMGDroitAcces { - MGDroitAcces MGDroitAcces; -}" - [29]=> - string(104) "struct MGDroitAcces { - string IdProfil; - boolean Lecture; - boolean Modification; - boolean Suppression; -}" - [30]=> - string(91) "struct GetDroitsObjetProtegeResponse { - MGDroitsObjetProtege GetDroitsObjetProtegeResult; -}" - [31]=> - string(76) "struct GetPrivileges { - string iIdSupport; - int iIdForme; - string iProfil; -}" - [32]=> - string(68) "struct GetPrivilegesResponse { - ArrayOfString GetPrivilegesResult; -}" - [33]=> - string(46) "struct GetLibelleProfil { - string iIdProfil; -}" - [34]=> - string(67) "struct GetLibelleProfilResponse { - string GetLibelleProfilResult; -}" - [35]=> - string(91) "struct GetValeurRecherche { - string iChampSource; - string iTable; - string iOrderByClause; -}" - [36]=> - string(78) "struct GetValeurRechercheResponse { - ArrayOfString GetValeurRechercheResult; -}" - [37]=> - string(128) "struct GetValeurRechercheWithClauseWhere { - string iChampSource; - string iTable; - string iClauseWhere; - string iOrderByClause; -}" - [38]=> - string(108) "struct GetValeurRechercheWithClauseWhereResponse { - ArrayOfString GetValeurRechercheWithClauseWhereResult; -}" - [39]=> - string(27) "struct GetEnvironnement { -}" - [40]=> - string(106) "struct MGEnvironnement { - string RepBureautique; - string RepBureautiqueImage; - string RepBureautiqueDoc; -}" - [41]=> - string(76) "struct GetEnvironnementResponse { - MGEnvironnement GetEnvironnementResult; -}" -} ---UEXPECT-- array(42) { [0]=> unicode(100) "struct LoginMGDIS { @@ -398,4 +203,4 @@ array(42) { unicode(76) "struct GetEnvironnementResponse { MGEnvironnement GetEnvironnementResult; }" -} \ No newline at end of file +} diff --git a/ext/soap/tests/bugs/bug29109.phpt b/ext/soap/tests/bugs/bug29109.phpt index 5b9d9e1bde..b3447bd07d 100644 --- a/ext/soap/tests/bugs/bug29109.phpt +++ b/ext/soap/tests/bugs/bug29109.phpt @@ -10,15 +10,6 @@ $client = new SoapClient(dirname(__FILE__)."/bug29109.wsdl"); var_dump($client->__getFunctions()); ?> --EXPECT-- -array(3) { - [0]=> - string(53) "HelloWorldResponse HelloWorld(HelloWorld $parameters)" - [1]=> - string(19) "string HelloWorld()" - [2]=> - string(19) "string HelloWorld()" -} ---UEXPECT-- array(3) { [0]=> unicode(53) "HelloWorldResponse HelloWorld(HelloWorld $parameters)" @@ -26,4 +17,4 @@ array(3) { unicode(19) "string HelloWorld()" [2]=> unicode(19) "string HelloWorld()" -} \ No newline at end of file +} diff --git a/ext/soap/tests/bugs/bug29236.phpt b/ext/soap/tests/bugs/bug29236.phpt index 17727796cd..5b0edb419a 100644 --- a/ext/soap/tests/bugs/bug29236.phpt +++ b/ext/soap/tests/bugs/bug29236.phpt @@ -10,17 +10,6 @@ $client = new SoapClient(dirname(__FILE__)."/bug29236.wsdl"); var_dump($client->__getFunctions()); ?> --EXPECT-- -array(4) { - [0]=> - string(59) "StartSessionResponse StartSession(StartSession $parameters)" - [1]=> - string(62) "VerifySessionResponse VerifySession(VerifySession $parameters)" - [2]=> - string(41) "LogoutResponse Logout(Logout $parameters)" - [3]=> - string(62) "GetSystemInfoResponse GetSystemInfo(GetSystemInfo $parameters)" -} ---UEXPECT-- array(4) { [0]=> unicode(59) "StartSessionResponse StartSession(StartSession $parameters)" diff --git a/ext/soap/tests/bugs/bug29844.phpt b/ext/soap/tests/bugs/bug29844.phpt index cffbdd78cc..0acb6b6e58 100644 --- a/ext/soap/tests/bugs/bug29844.phpt +++ b/ext/soap/tests/bugs/bug29844.phpt @@ -35,6 +35,4 @@ $client = new LocalSoapClient(dirname(__FILE__)."/bug29844.wsdl", array("trace"= var_dump($client->hello('davey')); ?> --EXPECT-- -string(11) "Hello davey" ---UEXPECT-- unicode(11) "Hello davey" diff --git a/ext/soap/tests/bugs/bug30106.phpt b/ext/soap/tests/bugs/bug30106.phpt index 130beb01b5..0a214b3155 100644 --- a/ext/soap/tests/bugs/bug30106.phpt +++ b/ext/soap/tests/bugs/bug30106.phpt @@ -37,40 +37,6 @@ $x = $client->getContinentList(array("AFFILIATE_ID"=>1,"PASSWORD"=>"x")); var_dump($x); ?> --EXPECTF-- -array(1) { - [0]=> - string(71) "getContinentListResponse getContinentList(getContinentList $parameters)" -} -array(3) { - [0]=> - string(64) "struct getContinentList { - int AFFILIATE_ID; - string PASSWORD; -}" - [1]=> - string(83) "struct getContinentListResponse { - getContinentListResult getContinentListResult; -}" - [2]=> - string(66) "struct getContinentListResult { - schema; - any; -}" -} - -1x - -Hello World!Bye World! -object(stdClass)#%d (1) { - ["getContinentListResult"]=> - object(stdClass)#%d (2) { - ["schema"]=> - string(65) "" - ["any"]=> - string(48) "Hello World!Bye World!" - } -} ---UEXPECTF-- array(1) { [0]=> unicode(71) "getContinentListResponse getContinentList(getContinentList $parameters)" diff --git a/ext/soap/tests/bugs/bug30175.phpt b/ext/soap/tests/bugs/bug30175.phpt index ee7667b742..d1137779bd 100644 --- a/ext/soap/tests/bugs/bug30175.phpt +++ b/ext/soap/tests/bugs/bug30175.phpt @@ -37,15 +37,6 @@ $client = new LocalSoapClient(dirname(__FILE__)."/bug30175.wsdl"); var_dump($client->qwebGetHostInfo()); ?> --EXPECT-- -array(3) { - ["name"]=> - string(25) "blah blah some name field" - ["shortDescription"]=> - string(42) "This is a description. more blah blah blah" - ["ipAddress"]=> - string(9) "127.0.0.1" -} ---UEXPECT-- array(3) { [u"name"]=> unicode(25) "blah blah some name field" diff --git a/ext/soap/tests/bugs/bug30928.phpt b/ext/soap/tests/bugs/bug30928.phpt index 639d75c66a..365adf6578 100644 --- a/ext/soap/tests/bugs/bug30928.phpt +++ b/ext/soap/tests/bugs/bug30928.phpt @@ -44,24 +44,6 @@ var_dump($x->test(new foo())); echo "ok\n"; ?> --EXPECTF-- -object(stdClass)#%d (3) { - ["a"]=> - string(1) "a" - ["b"]=> - string(1) "b" - ["c"]=> - string(1) "c" -} -object(foo)#%d (3) { - ["a"]=> - string(1) "a" - ["b":"foo":private]=> - string(1) "b" - ["c":protected]=> - string(1) "c" -} -ok ---UEXPECTF-- object(stdClass)#%d (3) { [u"a"]=> unicode(1) "a" diff --git a/ext/soap/tests/bugs/bug32776.phpt b/ext/soap/tests/bugs/bug32776.phpt index 5ece40fff8..e4099c90af 100644 --- a/ext/soap/tests/bugs/bug32776.phpt +++ b/ext/soap/tests/bugs/bug32776.phpt @@ -41,14 +41,6 @@ echo "ok\n"; ?> --EXPECT-- NULL -string(5) "Hello" -string(459) " -Hello -" -string(0) "" -ok ---UEXPECT-- -NULL unicode(5) "Hello" unicode(459) " Hello diff --git a/ext/soap/tests/bugs/bug32941.phpt b/ext/soap/tests/bugs/bug32941.phpt index 6113a9116b..dd9cf926b7 100755 --- a/ext/soap/tests/bugs/bug32941.phpt +++ b/ext/soap/tests/bugs/bug32941.phpt @@ -39,28 +39,6 @@ var_dump($ahoj->detail); echo "ok\n"; ?> --EXPECT-- -object(stdClass)#1 (2) { - ["service.EchoServiceException"]=> - object(SoapVar)#8 (4) { - ["enc_type"]=> - int(0) - ["enc_value"]=> - object(stdClass)#7 (2) { - ["intParameter"]=> - int(105) - ["parameter"]=> - string(12) "string param" - } - ["enc_stype"]=> - string(20) "EchoServiceException" - ["enc_ns"]=> - string(23) "urn:service.EchoService" - } - ["hostname"]=> - string(9) "steckovic" -} -ok ---UEXPECT-- object(stdClass)#1 (2) { [u"service.EchoServiceException"]=> object(SoapVar)#8 (4) { diff --git a/ext/soap/tests/bugs/bug35142.phpt b/ext/soap/tests/bugs/bug35142.phpt index 50f14f14ec..1614b5cb9f 100755 --- a/ext/soap/tests/bugs/bug35142.phpt +++ b/ext/soap/tests/bugs/bug35142.phpt @@ -91,52 +91,6 @@ class IVREvents { -object(IVREvents)#%d (6) { - ["version"]=> - string(3) "1.0" - ["activityId"]=> - int(101) - ["messageId"]=> - int(12345) - ["source"]=> - string(3) "IVR" - ["logOnEvent"]=> - object(LogOnEvent)#%d (2) { - ["audienceMemberId"]=> - int(34567) - ["timestamp"]=> - string(25) "2005-11-08T11:22:07+03:00" - } - ["logOffEvent"]=> - array(2) { - [0]=> - object(LogOffEvent)#%d (4) { - ["audienceMemberId"]=> - int(34567) - ["timestamp"]=> - string(25) "2005-11-08T11:22:07+03:00" - ["smokeStatus"]=> - string(6) "Smoked" - ["callInitiator"]=> - string(3) "IVR" - } - [1]=> - object(LogOffEvent)#%d (4) { - ["audienceMemberId"]=> - int(34568) - ["timestamp"]=> - string(25) "2005-11-08T11:22:07+03:00" - ["smokeStatus"]=> - string(9) "SmokeFree" - ["callInitiator"]=> - string(3) "IVR" - } - } -} ---UEXPECTF-- - - - object(IVREvents)#%d (6) { [u"version"]=> unicode(3) "1.0" diff --git a/ext/soap/tests/bugs/bug36226-2.phpt b/ext/soap/tests/bugs/bug36226-2.phpt index b0fd43377a..159b2d60e0 100755 --- a/ext/soap/tests/bugs/bug36226-2.phpt +++ b/ext/soap/tests/bugs/bug36226-2.phpt @@ -95,36 +95,6 @@ class IVREvents { -object(IVREvents)#5 (6) { - ["version"]=> - string(3) "1.0" - ["activityId"]=> - int(101) - ["messageId"]=> - int(12345) - ["source"]=> - string(3) "IVR" - ["logOnEvent"]=> - NULL - ["logOffEvent"]=> - array(1) { - [0]=> - object(LogOffEvent)#6 (4) { - ["audienceMemberId"]=> - int(34567) - ["timestamp"]=> - string(25) "2005-11-08T11:22:07+03:00" - ["smokeStatus"]=> - string(6) "Smoked" - ["callInitiator"]=> - string(3) "IVR" - } - } -} ---UEXPECT-- - - - object(IVREvents)#5 (6) { [u"version"]=> unicode(3) "1.0" diff --git a/ext/soap/tests/bugs/bug36226.phpt b/ext/soap/tests/bugs/bug36226.phpt index b8d5512890..fbdc529ed1 100755 --- a/ext/soap/tests/bugs/bug36226.phpt +++ b/ext/soap/tests/bugs/bug36226.phpt @@ -92,55 +92,6 @@ class IVREvents { -object(IVREvents)#%d (6) { - ["version"]=> - string(3) "1.0" - ["activityId"]=> - int(101) - ["messageId"]=> - int(12345) - ["source"]=> - string(3) "IVR" - ["logOnEvent"]=> - array(1) { - [0]=> - object(LogOnEvent)#10 (2) { - ["audienceMemberId"]=> - int(34567) - ["timestamp"]=> - string(25) "2005-11-08T11:22:07+03:00" - } - } - ["logOffEvent"]=> - array(2) { - [0]=> - object(LogOffEvent)#%d (4) { - ["audienceMemberId"]=> - int(34567) - ["timestamp"]=> - string(25) "2005-11-08T11:22:07+03:00" - ["smokeStatus"]=> - string(6) "Smoked" - ["callInitiator"]=> - string(3) "IVR" - } - [1]=> - object(LogOffEvent)#%d (4) { - ["audienceMemberId"]=> - int(34568) - ["timestamp"]=> - string(25) "2005-11-08T11:22:07+03:00" - ["smokeStatus"]=> - string(9) "SmokeFree" - ["callInitiator"]=> - string(3) "IVR" - } - } -} ---UEXPECTF-- - - - object(IVREvents)#%d (6) { [u"version"]=> unicode(3) "1.0" diff --git a/ext/soap/tests/bugs/bug38005.phpt b/ext/soap/tests/bugs/bug38005.phpt index 36f5dbca58..dc2cb0289a 100755 --- a/ext/soap/tests/bugs/bug38005.phpt +++ b/ext/soap/tests/bugs/bug38005.phpt @@ -41,11 +41,6 @@ var_dump($client->__getLastResponse()); ?> --EXPECT-- This is our fault: Ä -string(280) " -TestThis is our fault: Ä -" ---UEXPECT-- -This is our fault: Ä unicode(279) " TestThis is our fault: Ä " diff --git a/ext/soap/tests/classmap002.phpt b/ext/soap/tests/classmap002.phpt index a3b74ed767..0b31a2588d 100644 --- a/ext/soap/tests/classmap002.phpt +++ b/ext/soap/tests/classmap002.phpt @@ -37,14 +37,6 @@ var_dump($ret); echo "ok\n"; ?> --EXPECT-- -object(book)#2 (2) { - ["a"]=> - string(5) "Blaat" - ["b"]=> - string(3) "aap" -} -ok ---UEXPECT-- object(book)#2 (2) { [u"a"]=> unicode(5) "Blaat" diff --git a/ext/soap/tests/cookie.phpt b/ext/soap/tests/cookie.phpt index 9831feb3bd..e8249b292f 100755 --- a/ext/soap/tests/cookie.phpt +++ b/ext/soap/tests/cookie.phpt @@ -36,16 +36,6 @@ dump_cookies($client); ?> --EXPECT-- Cookie: -Cookie: var1=val1; - string("var1") => string("val1") -Cookie: var1=val1;var2=val2; - string("var1") => string("val1") - string("var2") => string("val2") -Cookie: var2=val3; - string("var2") => string("val3") -Cookie: ---UEXPECT-- -Cookie: Cookie: var1=val1; unicode("var1") => unicode("val1") Cookie: var1=val1;var2=val2; diff --git a/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_001w.phpt b/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_001w.phpt index a22348f8c5..ae43ba694d 100644 --- a/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_001w.phpt +++ b/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_001w.phpt @@ -26,20 +26,6 @@ echo "ok\n"; 1arg1 1arg1 -object(stdClass)#5 (3) { - ["varInt"]=> - int(1) - ["varString"]=> - string(4) "arg1" - ["child"]=> - NULL -} -ok ---UEXPECT-- - -1arg1 - -1arg1 object(stdClass)#5 (3) { [u"varInt"]=> int(1) diff --git a/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_002w.phpt b/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_002w.phpt index c4ae3c4611..ea1106915b 100644 --- a/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_002w.phpt +++ b/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_002w.phpt @@ -26,27 +26,6 @@ echo "ok\n"; 1arg12arg2 1arg12arg2 -object(stdClass)#6 (3) { - ["varInt"]=> - int(1) - ["varString"]=> - string(4) "arg1" - ["child"]=> - object(stdClass)#7 (3) { - ["varInt"]=> - int(2) - ["varString"]=> - string(4) "arg2" - ["child"]=> - NULL - } -} -ok ---UEXPECT-- - -1arg12arg2 - -1arg12arg2 object(stdClass)#6 (3) { [u"varInt"]=> int(1) diff --git a/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_003w.phpt b/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_003w.phpt index 9b652a7e91..c004d80056 100644 --- a/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_003w.phpt +++ b/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_003w.phpt @@ -26,34 +26,6 @@ echo "ok\n"; 1arg12arg23arg3 1arg12arg23arg3 -object(stdClass)#7 (3) { - ["varInt"]=> - int(1) - ["varString"]=> - string(4) "arg1" - ["child"]=> - object(stdClass)#8 (3) { - ["varInt"]=> - int(2) - ["varString"]=> - string(4) "arg2" - ["child"]=> - object(stdClass)#9 (3) { - ["varInt"]=> - int(3) - ["varString"]=> - string(4) "arg3" - ["child"]=> - NULL - } - } -} -ok ---UEXPECT-- - -1arg12arg23arg3 - -1arg12arg23arg3 object(stdClass)#7 (3) { [u"varInt"]=> int(1) diff --git a/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_005w.phpt b/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_005w.phpt index deb7236a03..b5c7e0a7b1 100644 --- a/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_005w.phpt +++ b/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_005w.phpt @@ -27,55 +27,6 @@ echo "ok\n"; 1arg12arg23arg3 1arg12arg23arg3 -object(stdClass)#7 (3) { - ["varInt"]=> - int(1) - ["varString"]=> - string(4) "arg1" - ["child"]=> - object(stdClass)#8 (3) { - ["varInt"]=> - int(2) - ["varString"]=> - string(4) "arg2" - ["child"]=> - object(stdClass)#9 (3) { - ["varInt"]=> - int(3) - ["varString"]=> - string(4) "arg3" - ["child"]=> - object(stdClass)#7 (3) { - ["varInt"]=> - int(1) - ["varString"]=> - string(4) "arg1" - ["child"]=> - object(stdClass)#8 (3) { - ["varInt"]=> - int(2) - ["varString"]=> - string(4) "arg2" - ["child"]=> - object(stdClass)#9 (3) { - ["varInt"]=> - int(3) - ["varString"]=> - string(4) "arg3" - ["child"]=> - *RECURSION* - } - } - } - } - } -} -ok ---UEXPECT-- - -1arg12arg23arg3 - -1arg12arg23arg3 object(stdClass)#7 (3) { [u"varInt"]=> int(1) diff --git a/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_006w.phpt b/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_006w.phpt index dc6c0d84a4..6b071cb242 100644 --- a/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_006w.phpt +++ b/ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_006w.phpt @@ -27,48 +27,6 @@ echo "ok\n"; 1arg12arg23arg3 1arg12arg23arg3 -object(stdClass)#7 (3) { - ["varInt"]=> - int(1) - ["varString"]=> - string(4) "arg1" - ["child"]=> - &object(stdClass)#8 (3) { - ["varInt"]=> - int(2) - ["varString"]=> - string(4) "arg2" - ["child"]=> - object(stdClass)#9 (3) { - ["varInt"]=> - int(3) - ["varString"]=> - string(4) "arg3" - ["child"]=> - object(stdClass)#8 (3) { - ["varInt"]=> - int(2) - ["varString"]=> - string(4) "arg2" - ["child"]=> - object(stdClass)#9 (3) { - ["varInt"]=> - int(3) - ["varString"]=> - string(4) "arg3" - ["child"]=> - *RECURSION* - } - } - } - } -} -ok ---UEXPECT-- - -1arg12arg23arg3 - -1arg12arg23arg3 object(stdClass)#7 (3) { [u"varInt"]=> int(1) diff --git a/ext/soap/tests/schema/schema004.phpt b/ext/soap/tests/schema/schema004.phpt index d058d78bc2..b7f9944338 100644 --- a/ext/soap/tests/schema/schema004.phpt +++ b/ext/soap/tests/schema/schema004.phpt @@ -16,10 +16,5 @@ echo "ok"; --EXPECT-- 123.5 -string(5) "123.5" -ok ---UEXPECT-- - -123.5 unicode(5) "123.5" ok diff --git a/ext/soap/tests/schema/schema009.phpt b/ext/soap/tests/schema/schema009.phpt index e0e30121b4..b6a624b79e 100644 --- a/ext/soap/tests/schema/schema009.phpt +++ b/ext/soap/tests/schema/schema009.phpt @@ -16,10 +16,5 @@ echo "ok"; --EXPECT-- one two -string(7) "one two" -ok ---UEXPECT-- - -one two unicode(7) "one two" ok diff --git a/ext/soap/tests/schema/schema010.phpt b/ext/soap/tests/schema/schema010.phpt index 954d1233b8..02e03f4470 100644 --- a/ext/soap/tests/schema/schema010.phpt +++ b/ext/soap/tests/schema/schema010.phpt @@ -16,10 +16,5 @@ echo "ok"; --EXPECT-- one two -string(7) "one two" -ok ---UEXPECT-- - -one two unicode(7) "one two" ok diff --git a/ext/soap/tests/schema/schema011.phpt b/ext/soap/tests/schema/schema011.phpt index c8e13cedd2..8386ea4c7e 100644 --- a/ext/soap/tests/schema/schema011.phpt +++ b/ext/soap/tests/schema/schema011.phpt @@ -20,10 +20,5 @@ echo "ok"; --EXPECT-- 123 456 -string(7) "123 456" -ok ---UEXPECT-- - -123 456 unicode(7) "123 456" ok diff --git a/ext/soap/tests/schema/schema012.phpt b/ext/soap/tests/schema/schema012.phpt index 581b457ac1..9af4e84dc4 100644 --- a/ext/soap/tests/schema/schema012.phpt +++ b/ext/soap/tests/schema/schema012.phpt @@ -20,10 +20,5 @@ echo "ok"; --EXPECT-- 123 456 -string(7) "123 456" -ok ---UEXPECT-- - -123 456 unicode(7) "123 456" ok diff --git a/ext/soap/tests/schema/schema013.phpt b/ext/soap/tests/schema/schema013.phpt index 774d45d337..07ecccfe54 100644 --- a/ext/soap/tests/schema/schema013.phpt +++ b/ext/soap/tests/schema/schema013.phpt @@ -16,10 +16,5 @@ echo "ok"; --EXPECT-- str -string(3) "str" -ok ---UEXPECT-- - -str unicode(3) "str" ok diff --git a/ext/soap/tests/schema/schema014.phpt b/ext/soap/tests/schema/schema014.phpt index 3e096f7cc6..b93551c58c 100644 --- a/ext/soap/tests/schema/schema014.phpt +++ b/ext/soap/tests/schema/schema014.phpt @@ -16,10 +16,5 @@ echo "ok"; --EXPECT-- 123.5 -string(5) "123.5" -ok ---UEXPECT-- - -123.5 unicode(5) "123.5" ok diff --git a/ext/soap/tests/schema/schema015.phpt b/ext/soap/tests/schema/schema015.phpt index 4fbf19d21b..6aa02fe9e7 100644 --- a/ext/soap/tests/schema/schema015.phpt +++ b/ext/soap/tests/schema/schema015.phpt @@ -26,10 +26,5 @@ echo "ok"; --EXPECT-- str -string(3) "str" -ok ---UEXPECT-- - -str unicode(3) "str" ok diff --git a/ext/soap/tests/schema/schema016.phpt b/ext/soap/tests/schema/schema016.phpt index d6e8c6e73f..4af59a0eff 100644 --- a/ext/soap/tests/schema/schema016.phpt +++ b/ext/soap/tests/schema/schema016.phpt @@ -26,10 +26,5 @@ echo "ok"; --EXPECT-- 123.5 -string(5) "123.5" -ok ---UEXPECT-- - -123.5 unicode(5) "123.5" ok diff --git a/ext/soap/tests/schema/schema017.phpt b/ext/soap/tests/schema/schema017.phpt index b8d2ba4d37..f68a7e3d0e 100644 --- a/ext/soap/tests/schema/schema017.phpt +++ b/ext/soap/tests/schema/schema017.phpt @@ -23,10 +23,5 @@ echo "ok"; --EXPECT-- 123.5 -string(5) "123.5" -ok ---UEXPECT-- - -123.5 unicode(5) "123.5" ok diff --git a/ext/soap/tests/schema/schema018.phpt b/ext/soap/tests/schema/schema018.phpt index 97aeb641c0..87d3f11f13 100644 --- a/ext/soap/tests/schema/schema018.phpt +++ b/ext/soap/tests/schema/schema018.phpt @@ -23,10 +23,5 @@ echo "ok"; --EXPECT-- 123.5 -string(5) "123.5" -ok ---UEXPECT-- - -123.5 unicode(5) "123.5" ok diff --git a/ext/soap/tests/schema/schema019.phpt b/ext/soap/tests/schema/schema019.phpt index ba3207bda0..6b733887e0 100644 --- a/ext/soap/tests/schema/schema019.phpt +++ b/ext/soap/tests/schema/schema019.phpt @@ -23,10 +23,5 @@ echo "ok"; --EXPECT-- 123.5 456.7 -string(11) "123.5 456.7" -ok ---UEXPECT-- - -123.5 456.7 unicode(11) "123.5 456.7" ok diff --git a/ext/soap/tests/schema/schema020.phpt b/ext/soap/tests/schema/schema020.phpt index c5b543481a..c93206f2bd 100644 --- a/ext/soap/tests/schema/schema020.phpt +++ b/ext/soap/tests/schema/schema020.phpt @@ -23,10 +23,5 @@ echo "ok"; --EXPECT-- 123.5 456.7 -string(11) "123.5 456.7" -ok ---UEXPECT-- - -123.5 456.7 unicode(11) "123.5 456.7" ok diff --git a/ext/soap/tests/schema/schema021.phpt b/ext/soap/tests/schema/schema021.phpt index 1590dd5741..389ad8eb90 100644 --- a/ext/soap/tests/schema/schema021.phpt +++ b/ext/soap/tests/schema/schema021.phpt @@ -20,10 +20,5 @@ echo "ok"; --EXPECT-- 123 123.5 456.7 str -string(19) "123 123.5 456.7 str" -ok ---UEXPECT-- - -123 123.5 456.7 str unicode(19) "123 123.5 456.7 str" ok diff --git a/ext/soap/tests/schema/schema022.phpt b/ext/soap/tests/schema/schema022.phpt index c6dfc7cf98..ec9bb9f66b 100644 --- a/ext/soap/tests/schema/schema022.phpt +++ b/ext/soap/tests/schema/schema022.phpt @@ -20,10 +20,5 @@ echo "ok"; --EXPECT-- 123 123.5 str -string(13) "123 123.5 str" -ok ---UEXPECT-- - -123 123.5 str unicode(13) "123 123.5 str" ok diff --git a/ext/soap/tests/schema/schema030.phpt b/ext/soap/tests/schema/schema030.phpt index 5e6856adeb..79f841703c 100644 --- a/ext/soap/tests/schema/schema030.phpt +++ b/ext/soap/tests/schema/schema030.phpt @@ -19,16 +19,6 @@ echo "ok"; --EXPECTF-- 123str -object(stdClass)#%d (2) { - ["int"]=> - int(123) - ["str"]=> - string(3) "str" -} -ok ---UEXPECTF-- - -123str object(stdClass)#%d (2) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema031.phpt b/ext/soap/tests/schema/schema031.phpt index cc926a2c3c..14b4802777 100644 --- a/ext/soap/tests/schema/schema031.phpt +++ b/ext/soap/tests/schema/schema031.phpt @@ -19,16 +19,6 @@ echo "ok"; --EXPECTF-- 123str -object(stdClass)#%d (2) { - ["int"]=> - int(123) - ["str"]=> - string(3) "str" -} -ok ---UEXPECTF-- - -123str object(stdClass)#%d (2) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema032.phpt b/ext/soap/tests/schema/schema032.phpt index 36305a807e..9a57771ebf 100644 --- a/ext/soap/tests/schema/schema032.phpt +++ b/ext/soap/tests/schema/schema032.phpt @@ -19,14 +19,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (1) { - ["int"]=> - int(123) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (1) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema033.phpt b/ext/soap/tests/schema/schema033.phpt index 72fc3bd4b0..93014c1066 100644 --- a/ext/soap/tests/schema/schema033.phpt +++ b/ext/soap/tests/schema/schema033.phpt @@ -24,19 +24,6 @@ echo "ok"; --EXPECTF-- 123123 -object(stdClass)#%d (2) { - ["int"]=> - int(123) - ["nest"]=> - object(stdClass)#%d (1) { - ["int"]=> - int(123) - } -} -ok ---UEXPECTF-- - -123123 object(stdClass)#%d (2) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema034.phpt b/ext/soap/tests/schema/schema034.phpt index a67593c8a0..4bdc3d79ac 100644 --- a/ext/soap/tests/schema/schema034.phpt +++ b/ext/soap/tests/schema/schema034.phpt @@ -25,19 +25,6 @@ echo "ok"; --EXPECTF-- 123123 -object(stdClass)#%d (2) { - ["int"]=> - int(123) - ["testType2"]=> - object(stdClass)#%d (1) { - ["int"]=> - int(123) - } -} -ok ---UEXPECTF-- - -123123 object(stdClass)#%d (2) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema035.phpt b/ext/soap/tests/schema/schema035.phpt index f9b7c4f0cb..abfad88eee 100644 --- a/ext/soap/tests/schema/schema035.phpt +++ b/ext/soap/tests/schema/schema035.phpt @@ -26,19 +26,6 @@ echo "ok"; --EXPECTF-- 123123 -object(stdClass)#%d (2) { - ["int"]=> - int(123) - ["testType2"]=> - object(stdClass)#%d (1) { - ["int"]=> - int(123) - } -} -ok ---UEXPECTF-- - -123123 object(stdClass)#%d (2) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema036.phpt b/ext/soap/tests/schema/schema036.phpt index ac26b7516f..e9cc8439a4 100644 --- a/ext/soap/tests/schema/schema036.phpt +++ b/ext/soap/tests/schema/schema036.phpt @@ -25,19 +25,6 @@ echo "ok"; --EXPECTF-- 123123 -object(stdClass)#%d (2) { - ["int"]=> - int(123) - ["testType2"]=> - object(stdClass)#%d (1) { - ["int"]=> - int(123) - } -} -ok ---UEXPECTF-- - -123123 object(stdClass)#%d (2) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema037.phpt b/ext/soap/tests/schema/schema037.phpt index 7115ee8b0c..2056697a2e 100644 --- a/ext/soap/tests/schema/schema037.phpt +++ b/ext/soap/tests/schema/schema037.phpt @@ -19,16 +19,6 @@ echo "ok"; --EXPECTF-- str -object(stdClass)#%d (2) { - ["str"]=> - string(3) "str" - ["int"]=> - int(123) -} -ok ---UEXPECTF-- - -str object(stdClass)#%d (2) { [u"str"]=> unicode(3) "str" diff --git a/ext/soap/tests/schema/schema038.phpt b/ext/soap/tests/schema/schema038.phpt index 23e9a6634e..8377b6f5b7 100644 --- a/ext/soap/tests/schema/schema038.phpt +++ b/ext/soap/tests/schema/schema038.phpt @@ -20,16 +20,6 @@ echo "ok"; --EXPECTF-- str -object(stdClass)#%d (2) { - ["str"]=> - string(3) "str" - ["int"]=> - int(123) -} -ok ---UEXPECTF-- - -str object(stdClass)#%d (2) { [u"str"]=> unicode(3) "str" diff --git a/ext/soap/tests/schema/schema039.phpt b/ext/soap/tests/schema/schema039.phpt index 931b7a42a8..3678f4da1f 100644 --- a/ext/soap/tests/schema/schema039.phpt +++ b/ext/soap/tests/schema/schema039.phpt @@ -22,16 +22,6 @@ echo "ok"; --EXPECTF-- str -object(stdClass)#%d (2) { - ["str"]=> - string(3) "str" - ["int"]=> - int(123) -} -ok ---UEXPECTF-- - -str object(stdClass)#%d (2) { [u"str"]=> unicode(3) "str" diff --git a/ext/soap/tests/schema/schema040.phpt b/ext/soap/tests/schema/schema040.phpt index f1f763222d..0d8b422c0c 100644 --- a/ext/soap/tests/schema/schema040.phpt +++ b/ext/soap/tests/schema/schema040.phpt @@ -23,16 +23,6 @@ echo "ok"; --EXPECTF-- str -object(stdClass)#%d (2) { - ["str"]=> - string(3) "str" - ["int"]=> - int(123) -} -ok ---UEXPECTF-- - -str object(stdClass)#%d (2) { [u"str"]=> unicode(3) "str" diff --git a/ext/soap/tests/schema/schema041.phpt b/ext/soap/tests/schema/schema041.phpt index a2425803ee..22087ae114 100644 --- a/ext/soap/tests/schema/schema041.phpt +++ b/ext/soap/tests/schema/schema041.phpt @@ -22,16 +22,6 @@ echo "ok"; --EXPECTF-- 123str -object(stdClass)#%d (2) { - ["int"]=> - int(123) - ["str"]=> - string(3) "str" -} -ok ---UEXPECTF-- - -123str object(stdClass)#%d (2) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema042.phpt b/ext/soap/tests/schema/schema042.phpt index 901db7d216..f3467c0204 100644 --- a/ext/soap/tests/schema/schema042.phpt +++ b/ext/soap/tests/schema/schema042.phpt @@ -20,16 +20,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (2) { - ["_"]=> - int(123) - ["int"]=> - int(123) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (2) { [u"_"]=> int(123) diff --git a/ext/soap/tests/schema/schema043.phpt b/ext/soap/tests/schema/schema043.phpt index 0c2e38be89..dbc0fb25c1 100644 --- a/ext/soap/tests/schema/schema043.phpt +++ b/ext/soap/tests/schema/schema043.phpt @@ -27,18 +27,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (3) { - ["_"]=> - int(123) - ["int"]=> - int(123) - ["int2"]=> - int(123) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (3) { [u"_"]=> int(123) diff --git a/ext/soap/tests/schema/schema044.phpt b/ext/soap/tests/schema/schema044.phpt index ee84dc1ba7..3c1fc376f8 100644 --- a/ext/soap/tests/schema/schema044.phpt +++ b/ext/soap/tests/schema/schema044.phpt @@ -20,16 +20,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (2) { - ["_"]=> - int(123) - ["int"]=> - int(123) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (2) { [u"_"]=> int(123) diff --git a/ext/soap/tests/schema/schema045.phpt b/ext/soap/tests/schema/schema045.phpt index c0bc7ba89d..9edd873269 100644 --- a/ext/soap/tests/schema/schema045.phpt +++ b/ext/soap/tests/schema/schema045.phpt @@ -27,16 +27,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (2) { - ["_"]=> - int(123) - ["int2"]=> - int(123) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (2) { [u"_"]=> int(123) diff --git a/ext/soap/tests/schema/schema046.phpt b/ext/soap/tests/schema/schema046.phpt index c7f0fcdbda..5fd8217016 100644 --- a/ext/soap/tests/schema/schema046.phpt +++ b/ext/soap/tests/schema/schema046.phpt @@ -27,18 +27,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (3) { - ["_"]=> - int(123) - ["int"]=> - int(123) - ["int2"]=> - int(123) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (3) { [u"_"]=> int(123) diff --git a/ext/soap/tests/schema/schema047.phpt b/ext/soap/tests/schema/schema047.phpt index cb045e44a8..4233f21496 100644 --- a/ext/soap/tests/schema/schema047.phpt +++ b/ext/soap/tests/schema/schema047.phpt @@ -25,16 +25,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (2) { - ["int"]=> - int(123) - ["int2"]=> - int(123) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (2) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema048.phpt b/ext/soap/tests/schema/schema048.phpt index 165440a992..268f11fb80 100644 --- a/ext/soap/tests/schema/schema048.phpt +++ b/ext/soap/tests/schema/schema048.phpt @@ -27,16 +27,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (2) { - ["_"]=> - int(123) - ["int2"]=> - int(123) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (2) { [u"_"]=> int(123) diff --git a/ext/soap/tests/schema/schema049.phpt b/ext/soap/tests/schema/schema049.phpt index dab75c353f..7bdfbb81b3 100644 --- a/ext/soap/tests/schema/schema049.phpt +++ b/ext/soap/tests/schema/schema049.phpt @@ -28,14 +28,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (1) { - ["int2"]=> - int(123) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (1) { [u"int2"]=> int(123) diff --git a/ext/soap/tests/schema/schema050.phpt b/ext/soap/tests/schema/schema050.phpt index 7c2351c5c1..54131c7224 100644 --- a/ext/soap/tests/schema/schema050.phpt +++ b/ext/soap/tests/schema/schema050.phpt @@ -19,16 +19,6 @@ echo "ok"; --EXPECTF-- 123123 -object(stdClass)#%d (2) { - ["int"]=> - int(123) - ["int2"]=> - int(123) -} -ok ---UEXPECTF-- - -123123 object(stdClass)#%d (2) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema051.phpt b/ext/soap/tests/schema/schema051.phpt index 7789f11064..be3820cb22 100644 --- a/ext/soap/tests/schema/schema051.phpt +++ b/ext/soap/tests/schema/schema051.phpt @@ -19,21 +19,6 @@ echo "ok"; --EXPECTF-- 123123456 -object(stdClass)#%d (2) { - ["int"]=> - int(123) - ["int2"]=> - array(2) { - [0]=> - int(123) - [1]=> - int(456) - } -} -ok ---UEXPECTF-- - -123123456 object(stdClass)#%d (2) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema052.phpt b/ext/soap/tests/schema/schema052.phpt index fe4961d333..eb6b0b78b7 100644 --- a/ext/soap/tests/schema/schema052.phpt +++ b/ext/soap/tests/schema/schema052.phpt @@ -19,16 +19,6 @@ echo "ok"; --EXPECTF-- 123123 -object(stdClass)#%d (2) { - ["int"]=> - int(123) - ["int2"]=> - int(123) -} -ok ---UEXPECTF-- - -123123 object(stdClass)#%d (2) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema053.phpt b/ext/soap/tests/schema/schema053.phpt index 6e714bd152..366ed3f8d7 100644 --- a/ext/soap/tests/schema/schema053.phpt +++ b/ext/soap/tests/schema/schema053.phpt @@ -19,14 +19,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (1) { - ["int"]=> - int(123) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (1) { [u"int"]=> int(123) diff --git a/ext/soap/tests/schema/schema054.phpt b/ext/soap/tests/schema/schema054.phpt index 9b31efa6c2..938e2e98ff 100644 --- a/ext/soap/tests/schema/schema054.phpt +++ b/ext/soap/tests/schema/schema054.phpt @@ -12,16 +12,6 @@ echo "ok"; --EXPECT-- a123b123.5 -array(2) { - ["a"]=> - int(123) - ["b"]=> - float(123.5) -} -ok ---UEXPECT-- - -a123b123.5 array(2) { [u"a"]=> int(123) diff --git a/ext/soap/tests/schema/schema055.phpt b/ext/soap/tests/schema/schema055.phpt index 750b647557..2bbf17364c 100644 --- a/ext/soap/tests/schema/schema055.phpt +++ b/ext/soap/tests/schema/schema055.phpt @@ -19,16 +19,6 @@ echo "ok"; --EXPECT-- a123b123.5 -array(2) { - ["a"]=> - int(123) - ["b"]=> - float(123.5) -} -ok ---UEXPECT-- - -a123b123.5 array(2) { [u"a"]=> int(123) diff --git a/ext/soap/tests/schema/schema062.phpt b/ext/soap/tests/schema/schema062.phpt index 13c706d827..d95771624a 100644 --- a/ext/soap/tests/schema/schema062.phpt +++ b/ext/soap/tests/schema/schema062.phpt @@ -20,16 +20,6 @@ echo "ok"; --EXPECTF-- -object(stdClass)#%d (2) { - ["_"]=> - NULL - ["int"]=> - int(123) -} -ok ---UEXPECTF-- - - object(stdClass)#%d (2) { [u"_"]=> NULL diff --git a/ext/soap/tests/schema/schema064.phpt b/ext/soap/tests/schema/schema064.phpt index 0d9fc4a63c..8053261853 100644 --- a/ext/soap/tests/schema/schema064.phpt +++ b/ext/soap/tests/schema/schema064.phpt @@ -36,28 +36,6 @@ echo "ok"; --EXPECTF-- 1976-04-05T01:02:03Z1976-04-05Z1976-04Z1976Z--04-05Z---05Z--04--Z -object(stdClass)#%d (8) { - ["dateTime"]=> - string(20) "1976-04-05T01:02:03Z" - ["time"]=> - string(9) "01:02:03Z" - ["date"]=> - string(11) "1976-04-05Z" - ["gYearMonth"]=> - string(8) "1976-04Z" - ["gYear"]=> - string(5) "1976Z" - ["gMonthDay"]=> - string(8) "--04-05Z" - ["gDay"]=> - string(6) "---05Z" - ["gMonth"]=> - string(7) "--04--Z" -} -ok ---UEXPECTF-- - -1976-04-05T01:02:03Z1976-04-05Z1976-04Z1976Z--04-05Z---05Z--04--Z object(stdClass)#%d (8) { [u"dateTime"]=> unicode(20) "1976-04-05T01:02:03Z" diff --git a/ext/soap/tests/schema/schema065.phpt b/ext/soap/tests/schema/schema065.phpt index 6269e1c3da..a4f06208b1 100644 --- a/ext/soap/tests/schema/schema065.phpt +++ b/ext/soap/tests/schema/schema065.phpt @@ -17,16 +17,6 @@ echo "ok"; --EXPECTF-- -object(stdClass)#%d (2) { - ["str"]=> - string(3) "str" - ["int"]=> - int(5) -} -ok ---UEXPECTF-- - - object(stdClass)#%d (2) { [u"str"]=> unicode(3) "str" diff --git a/ext/soap/tests/schema/schema066.phpt b/ext/soap/tests/schema/schema066.phpt index ac1d5d7f03..903efc1bf6 100644 --- a/ext/soap/tests/schema/schema066.phpt +++ b/ext/soap/tests/schema/schema066.phpt @@ -17,16 +17,6 @@ echo "ok"; --EXPECTF-- -object(stdClass)#%d (2) { - ["str"]=> - string(3) "str" - ["int"]=> - int(5) -} -ok ---UEXPECTF-- - - object(stdClass)#%d (2) { [u"str"]=> unicode(3) "str" diff --git a/ext/soap/tests/schema/schema067.phpt b/ext/soap/tests/schema/schema067.phpt index 29b33388ea..291869b851 100644 --- a/ext/soap/tests/schema/schema067.phpt +++ b/ext/soap/tests/schema/schema067.phpt @@ -17,16 +17,6 @@ echo "ok"; --EXPECTF-- -object(stdClass)#%d (2) { - ["str"]=> - string(3) "str" - ["int"]=> - int(5) -} -ok ---UEXPECTF-- - - object(stdClass)#%d (2) { [u"str"]=> unicode(3) "str" diff --git a/ext/soap/tests/schema/schema069.phpt b/ext/soap/tests/schema/schema069.phpt index a2d5aa4527..aa17c7fc2f 100644 --- a/ext/soap/tests/schema/schema069.phpt +++ b/ext/soap/tests/schema/schema069.phpt @@ -18,16 +18,6 @@ echo "ok"; --EXPECTF-- -object(stdClass)#%d (2) { - ["str"]=> - string(3) "str" - ["int"]=> - int(5) -} -ok ---UEXPECTF-- - - object(stdClass)#%d (2) { [u"str"]=> unicode(3) "str" diff --git a/ext/soap/tests/schema/schema070.phpt b/ext/soap/tests/schema/schema070.phpt index 254f89bddf..c5fd7a8fad 100644 --- a/ext/soap/tests/schema/schema070.phpt +++ b/ext/soap/tests/schema/schema070.phpt @@ -20,16 +20,6 @@ echo "ok"; --EXPECTF-- -object(stdClass)#%d (2) { - ["str"]=> - string(3) "str" - ["int"]=> - int(5) -} -ok ---UEXPECTF-- - - object(stdClass)#%d (2) { [u"str"]=> unicode(3) "str" diff --git a/ext/soap/tests/schema/schema074.phpt b/ext/soap/tests/schema/schema074.phpt index 3f609592c2..066de06235 100644 --- a/ext/soap/tests/schema/schema074.phpt +++ b/ext/soap/tests/schema/schema074.phpt @@ -20,16 +20,6 @@ echo "ok"; --EXPECTF-- str -object(stdClass)#%d (2) { - ["str"]=> - string(3) "str" - ["int"]=> - int(123) -} -ok ---UEXPECTF-- - -str object(stdClass)#%d (2) { [u"str"]=> unicode(3) "str" diff --git a/ext/soap/tests/schema/schema075.phpt b/ext/soap/tests/schema/schema075.phpt index 04bff24424..2311063d2b 100644 --- a/ext/soap/tests/schema/schema075.phpt +++ b/ext/soap/tests/schema/schema075.phpt @@ -19,18 +19,6 @@ echo "ok"; --EXPECTF-- -object(stdClass)#%d (3) { - ["int1"]=> - int(1) - ["int2"]=> - int(2) - ["int3"]=> - int(3) -} -ok ---UEXPECTF-- - - object(stdClass)#%d (3) { [u"int1"]=> int(1) diff --git a/ext/soap/tests/schema/schema076.phpt b/ext/soap/tests/schema/schema076.phpt index e24342ab57..7eada46c93 100644 --- a/ext/soap/tests/schema/schema076.phpt +++ b/ext/soap/tests/schema/schema076.phpt @@ -19,18 +19,6 @@ echo "ok"; --EXPECTF-- -object(stdClass)#%d (3) { - ["int1"]=> - int(1) - ["int2"]=> - int(2) - ["int3"]=> - int(3) -} -ok ---UEXPECTF-- - - object(stdClass)#%d (3) { [u"int1"]=> int(1) diff --git a/ext/soap/tests/schema/schema077.phpt b/ext/soap/tests/schema/schema077.phpt index faa4513406..a2c0276dda 100644 --- a/ext/soap/tests/schema/schema077.phpt +++ b/ext/soap/tests/schema/schema077.phpt @@ -19,18 +19,6 @@ echo "ok"; --EXPECTF-- -object(stdClass)#%d (3) { - ["int1"]=> - int(1) - ["int2"]=> - int(2) - ["int3"]=> - int(3) -} -ok ---UEXPECTF-- - - object(stdClass)#%d (3) { [u"int1"]=> int(1) diff --git a/ext/soap/tests/schema/schema078.phpt b/ext/soap/tests/schema/schema078.phpt index 94446acfdc..59a279c203 100644 --- a/ext/soap/tests/schema/schema078.phpt +++ b/ext/soap/tests/schema/schema078.phpt @@ -21,18 +21,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (3) { - ["int1"]=> - int(1) - ["int2"]=> - int(2) - ["int3"]=> - int(3) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (3) { [u"int1"]=> int(1) diff --git a/ext/soap/tests/schema/schema079.phpt b/ext/soap/tests/schema/schema079.phpt index 2f5b92ab74..41d930191a 100644 --- a/ext/soap/tests/schema/schema079.phpt +++ b/ext/soap/tests/schema/schema079.phpt @@ -21,18 +21,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (3) { - ["int1"]=> - int(1) - ["int2"]=> - int(2) - ["int3"]=> - int(3) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (3) { [u"int1"]=> int(1) diff --git a/ext/soap/tests/schema/schema080.phpt b/ext/soap/tests/schema/schema080.phpt index 0db777eb68..d60c67f36c 100644 --- a/ext/soap/tests/schema/schema080.phpt +++ b/ext/soap/tests/schema/schema080.phpt @@ -21,18 +21,6 @@ echo "ok"; --EXPECTF-- 123 -object(stdClass)#%d (3) { - ["int1"]=> - int(1) - ["int2"]=> - int(2) - ["int3"]=> - int(3) -} -ok ---UEXPECTF-- - -123 object(stdClass)#%d (3) { [u"int1"]=> int(1) diff --git a/ext/soap/tests/schema/schema085.phpt b/ext/soap/tests/schema/schema085.phpt index 69a081fff9..5ae49f73b7 100755 --- a/ext/soap/tests/schema/schema085.phpt +++ b/ext/soap/tests/schema/schema085.phpt @@ -36,16 +36,6 @@ echo "ok"; --EXPECT-- 12 -object(stdClass)#5 (2) { - ["int"]=> - int(1) - ["int2"]=> - int(2) -} -ok ---UEXPECT-- - -12 object(stdClass)#5 (2) { [u"int"]=> int(1) diff --git a/ext/soap/tests/server007.phpt b/ext/soap/tests/server007.phpt index cdbd5d22e0..15da664895 100644 --- a/ext/soap/tests/server007.phpt +++ b/ext/soap/tests/server007.phpt @@ -17,14 +17,6 @@ var_dump($server->getfunctions()); echo "ok\n"; ?> --EXPECT-- -array(2) { - [0]=> - string(3) "Sub" - [1]=> - string(3) "Add" -} -ok ---UEXPECT-- array(2) { [0]=> unicode(3) "Sub" diff --git a/ext/soap/tests/server008.phpt b/ext/soap/tests/server008.phpt index 42a9c077ce..4a75f1947f 100644 --- a/ext/soap/tests/server008.phpt +++ b/ext/soap/tests/server008.phpt @@ -20,14 +20,6 @@ var_dump($server->getfunctions()); echo "ok\n"; ?> --EXPECT-- -array(2) { - [0]=> - string(3) "Foo" - [1]=> - string(4) "test" -} -ok ---UEXPECT-- array(2) { [0]=> unicode(3) "Foo" diff --git a/ext/soap/tests/server027.phpt b/ext/soap/tests/server027.phpt index a32b160e15..b4c8e97c45 100755 --- a/ext/soap/tests/server027.phpt +++ b/ext/soap/tests/server027.phpt @@ -21,14 +21,6 @@ var_dump($server->getfunctions()); echo "ok\n"; ?> --EXPECT-- -array(2) { - [0]=> - string(3) "Foo" - [1]=> - string(4) "test" -} -ok ---UEXPECT-- array(2) { [0]=> unicode(3) "Foo" diff --git a/ext/soap/tests/typemap003.phpt b/ext/soap/tests/typemap003.phpt index ccf1414d30..81a038e18a 100755 --- a/ext/soap/tests/typemap003.phpt +++ b/ext/soap/tests/typemap003.phpt @@ -47,14 +47,6 @@ var_dump($ret); echo "ok\n"; ?> --EXPECTF-- -object(book)#%d (2) { - ["a"]=> - string(3) "foo" - ["b"]=> - string(3) "bar" -} -ok ---UEXPECTF-- object(book)#%d (2) { [u"a"]=> unicode(3) "foo" diff --git a/ext/soap/tests/typemap007.phpt b/ext/soap/tests/typemap007.phpt index 9d48bd6997..05f0bb06b5 100755 --- a/ext/soap/tests/typemap007.phpt +++ b/ext/soap/tests/typemap007.phpt @@ -49,14 +49,6 @@ var_dump($ret); echo "ok\n"; ?> --EXPECTF-- -object(book)#%d (2) { - ["a"]=> - string(3) "foo" - ["b"]=> - string(3) "bar" -} -ok ---UEXPECTF-- object(book)#%d (2) { [u"a"]=> unicode(3) "foo" diff --git a/ext/soap/tests/typemap011.phpt b/ext/soap/tests/typemap011.phpt index 70667fe84e..5c3be64050 100755 --- a/ext/soap/tests/typemap011.phpt +++ b/ext/soap/tests/typemap011.phpt @@ -47,8 +47,5 @@ var_dump($ret); echo "ok\n"; ?> --EXPECT-- -string(37) "SoapFault = Client - Conversion Error" -ok ---UEXPECT-- unicode(37) "SoapFault = Client - Conversion Error" ok diff --git a/ext/soap/tests/typemap012.phpt b/ext/soap/tests/typemap012.phpt index 31463e870f..6738ef0688 100755 --- a/ext/soap/tests/typemap012.phpt +++ b/ext/soap/tests/typemap012.phpt @@ -43,8 +43,5 @@ var_dump($ret); echo "ok\n"; ?> --EXPECT-- -string(37) "SoapFault = Client - Conversion Error" -ok ---UEXPECT-- unicode(37) "SoapFault = Client - Conversion Error" ok