From 78b63f9df131a623c8208ec8c94bb1305d839c2c Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 24 Feb 2004 10:14:09 +0000 Subject: [PATCH] Fixed value of attribute is default value of attribute --- ext/soap/tests/schema/schema066.phpt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.50.1