From 7b588b5bcd4768d61bba16b401fc152c0f1d8cf5 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 12 Sep 2006 10:42:32 +0000 Subject: [PATCH] fix test --- ext/reflection/tests/bug29986.phpt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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] { -- 2.50.1