summaryrefslogtreecommitdiff
path: root/ext/soap/tests/schema/schema080.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/schema/schema080.phpt')
-rw-r--r--ext/soap/tests/schema/schema080.phpt12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/soap/tests/schema/schema080.phpt b/ext/soap/tests/schema/schema080.phpt
index 7519d6a30d..0db777eb68 100644
--- a/ext/soap/tests/schema/schema080.phpt
+++ b/ext/soap/tests/schema/schema080.phpt
@@ -30,3 +30,15 @@ object(stdClass)#%d (3) {
int(3)
}
ok
+--UEXPECTF--
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/"><SOAP-ENV:Body><ns1:test><testParam><int1>1</int1><ns1:int2>2</ns1:int2><int3>3</int3></testParam></ns1:test></SOAP-ENV:Body></SOAP-ENV:Envelope>
+object(stdClass)#%d (3) {
+ [u"int1"]=>
+ int(1)
+ [u"int2"]=>
+ int(2)
+ [u"int3"]=>
+ int(3)
+}
+ok