summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-09-12 10:42:32 +0000
committerAntony Dovgal <tony2001@php.net>2006-09-12 10:42:32 +0000
commit7b588b5bcd4768d61bba16b401fc152c0f1d8cf5 (patch)
treec73c9c0a4dbcd81df10b9f96ab12a2576baf9950
parentbb9a9f2b98940537d96c2e601719c4c1632e21cb (diff)
downloadphp-git-7b588b5bcd4768d61bba16b401fc152c0f1d8cf5.tar.gz
fix test
-rw-r--r--ext/reflection/tests/bug29986.phpt12
1 files 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 [ <user> 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] {