]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Tue, 12 Sep 2006 10:42:32 +0000 (10:42 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 12 Sep 2006 10:42:32 +0000 (10:42 +0000)
ext/reflection/tests/bug29986.phpt

index 85bad6d6ec98208339c9476f0425c70d12922dc1..997bcf7ccd2acadc85a7d9428420e37305d7a4af 100644 (file)
@@ -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 ] { }
+    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] {