From 2fd6c8607a2c2e454d4dc403a5ed27b45cbd92fd Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 26 May 2006 09:04:54 +0000 Subject: Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attributes. incompatibility with libxml2-2.6.24) --- ext/soap/tests/bugs/bug30799.phpt | 2 +- ext/soap/tests/bugs/bug30928.phpt | 4 ++-- ext/soap/tests/bugs/bug31755.phpt | 2 +- ext/soap/tests/bugs/bug34449.phpt | 2 +- ext/soap/tests/bugs/bug35273.phpt | 2 +- ext/soap/tests/bugs/bug36575.phpt | 4 ++-- ext/soap/tests/bugs/bug37278.phpt | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) (limited to 'ext/soap/tests/bugs') diff --git a/ext/soap/tests/bugs/bug30799.phpt b/ext/soap/tests/bugs/bug30799.phpt index 9fa0b12f0e..d5f2da5170 100644 --- a/ext/soap/tests/bugs/bug30799.phpt +++ b/ext/soap/tests/bugs/bug30799.phpt @@ -21,5 +21,5 @@ echo "ok\n"; ?> --EXPECT-- -abc +abc ok diff --git a/ext/soap/tests/bugs/bug30928.phpt b/ext/soap/tests/bugs/bug30928.phpt index 45916f4a9f..645866c585 100644 --- a/ext/soap/tests/bugs/bug30928.phpt +++ b/ext/soap/tests/bugs/bug30928.phpt @@ -44,7 +44,7 @@ var_dump($x->test(new foo())); echo "ok\n"; ?> --EXPECTF-- -object(stdClass)#4 (3) { +object(stdClass)#%d (3) { ["a"]=> string(1) "a" ["b"]=> @@ -52,7 +52,7 @@ object(stdClass)#4 (3) { ["c"]=> string(1) "c" } -object(foo)#2 (3) { +object(foo)#%d (3) { ["a"]=> string(1) "a" ["b":"foo":private]=> diff --git a/ext/soap/tests/bugs/bug31755.phpt b/ext/soap/tests/bugs/bug31755.phpt index e93e17daa6..b97f83bbf5 100644 --- a/ext/soap/tests/bugs/bug31755.phpt +++ b/ext/soap/tests/bugs/bug31755.phpt @@ -14,4 +14,4 @@ $response= $client->__call('function', array(), null, $header); print $client->__getLastRequest(); ?> --EXPECTF-- -Fatal error: SoapHeader::__construct(): Invalid parameters. Invalid namespace. in %sbug31755.php on line %d +Fatal error: SoapHeader::__construct(): Invalid parameters. Invalid namespace. in %s on line %d diff --git a/ext/soap/tests/bugs/bug34449.phpt b/ext/soap/tests/bugs/bug34449.phpt index 5aa30bbcac..1bc9ff8749 100755 --- a/ext/soap/tests/bugs/bug34449.phpt +++ b/ext/soap/tests/bugs/bug34449.phpt @@ -17,4 +17,4 @@ $client->AnyFunction(new SoapVar($my_xml, XSD_ANYXML)); ?> --EXPECT-- - + diff --git a/ext/soap/tests/bugs/bug35273.phpt b/ext/soap/tests/bugs/bug35273.phpt index 12a555c5c3..9c33d891ca 100755 --- a/ext/soap/tests/bugs/bug35273.phpt +++ b/ext/soap/tests/bugs/bug35273.phpt @@ -18,4 +18,4 @@ echo "ok\n"; ?> --EXPECT-- -

NameSurname

+

NameSurname

diff --git a/ext/soap/tests/bugs/bug36575.phpt b/ext/soap/tests/bugs/bug36575.phpt index aad8fcad6a..9bf5415220 100755 --- a/ext/soap/tests/bugs/bug36575.phpt +++ b/ext/soap/tests/bugs/bug36575.phpt @@ -46,7 +46,7 @@ echo "ok\n"; ?> --EXPECT-- -onetwo +onetwo -onevar twovar three +onevar twovar three ok diff --git a/ext/soap/tests/bugs/bug37278.phpt b/ext/soap/tests/bugs/bug37278.phpt index 15ef3c94c1..f3fd7c17b4 100755 --- a/ext/soap/tests/bugs/bug37278.phpt +++ b/ext/soap/tests/bugs/bug37278.phpt @@ -21,4 +21,4 @@ try { ?> --EXPECT-- - \ No newline at end of file + -- cgit v1.2.1