From: Dmitry Stogov Date: Tue, 24 Feb 2004 10:14:09 +0000 (+0000) Subject: Fixed value of attribute is default value of attribute X-Git-Tag: RELEASE_0_2_0~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78b63f9df131a623c8208ec8c94bb1305d839c2c;p=php Fixed value of attribute is default value of attribute --- diff --git a/ext/soap/tests/schema/schema066.phpt b/ext/soap/tests/schema/schema066.phpt index 8093aacf3c..2f2b062424 100644 --- a/ext/soap/tests/schema/schema066.phpt +++ b/ext/soap/tests/schema/schema066.phpt @@ -17,8 +17,10 @@ echo "ok"; --EXPECT-- -object(stdClass)#5 (1) { +object(stdClass)#5 (2) { ["str"]=> string(3) "str" + ["int"]=> + int(5) } ok