]> granicus.if.org Git - php/commitdiff
Fixed value of attribute is default value of attribute
authorDmitry Stogov <dmitry@php.net>
Tue, 24 Feb 2004 10:14:09 +0000 (10:14 +0000)
committerDmitry Stogov <dmitry@php.net>
Tue, 24 Feb 2004 10:14:09 +0000 (10:14 +0000)
ext/soap/tests/schema/schema066.phpt

index 8093aacf3c83766c862c8b3645fd5bae48048de4..2f2b0624242353d90ec3033fab73d26b66699de8 100644 (file)
@@ -17,8 +17,10 @@ echo "ok";
 --EXPECT--
 <?xml version="1.0" encoding="UTF-8"?>
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam str="str" xsi:type="ns1:testType"/></ns1:test></SOAP-ENV:Body></SOAP-ENV:Envelope>
-object(stdClass)#5 (1) {
+object(stdClass)#5 (2) {
   ["str"]=>
   string(3) "str"
+  ["int"]=>
+  int(5)
 }
 ok