From: Antony Dovgal Date: Tue, 12 Sep 2006 10:42:32 +0000 (+0000) Subject: fix test X-Git-Tag: php-5.2.0RC4~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b588b5bcd4768d61bba16b401fc152c0f1d8cf5;p=php fix test --- diff --git a/ext/reflection/tests/bug29986.phpt b/ext/reflection/tests/bug29986.phpt index 85bad6d6ec..997bcf7ccd 100644 --- a/ext/reflection/tests/bug29986.phpt +++ b/ext/reflection/tests/bug29986.phpt @@ -17,14 +17,14 @@ Reflection::export(new ReflectionClass('just_constants')); ?> --EXPECTF-- Class [ class just_constants ] { - @@ %s + @@ %s %d-%d - Constants [5] { - Constant [ boolean BOOLEAN_CONSTANT ] { } - Constant [ null NULL_CONSTANT ] { } - Constant [ string STRING_CONSTANT ] { } - Constant [ integer INTEGER_CONSTANT ] { } - Constant [ double FLOAT_CONSTANT ] { } + Constant [ boolean BOOLEAN_CONSTANT ] { 1 } + Constant [ null NULL_CONSTANT ] { } + Constant [ string STRING_CONSTANT ] { This is a string } + Constant [ integer INTEGER_CONSTANT ] { 1000 } + Constant [ double FLOAT_CONSTANT ] { 3.14159265 } } - Static properties [0] {