helly           Sun Jun 19 21:10:33 2005 EDT

  Modified files:              
    /php-src/tests/reflection   bug33389.phpt 
  Log:
  - Output shows false lowercased
  
http://cvs.php.net/diff.php/php-src/tests/reflection/bug33389.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/tests/reflection/bug33389.phpt
diff -u php-src/tests/reflection/bug33389.phpt:1.1 
php-src/tests/reflection/bug33389.phpt:1.2
--- php-src/tests/reflection/bug33389.phpt:1.1  Fri Jun 17 21:01:48 2005
+++ php-src/tests/reflection/bug33389.phpt      Sun Jun 19 21:10:33 2005
@@ -21,6 +21,8 @@
 }
 Reflection::export(new ReflectionClass('Test'));
 ?>
+===DONE===
+<?php exit(0); ?>
 --EXPECTF--
 Class [ <user> class Test ] {
   @@ %sbug33389.php 3-18
@@ -58,7 +60,7 @@
       @@ %sbug33389.php 8 - 9
 
       - Parameters [1] {
-        Parameter #0 [ <optional> $arg = FALSE ]
+        Parameter #0 [ <optional> $arg = false ]
       }
     }
 
@@ -91,3 +93,4 @@
     }
   }
 }
+===DONE===

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to