tony2001                Tue Apr 29 08:04:11 2008 UTC

  Modified files:              
    /php-src/ext/reflection/tests       026.phpt 
  Log:
  cosmetic enhancements
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/026.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/reflection/tests/026.phpt
diff -u php-src/ext/reflection/tests/026.phpt:1.2 
php-src/ext/reflection/tests/026.phpt:1.3
--- php-src/ext/reflection/tests/026.phpt:1.2   Tue Jul 24 23:16:47 2007
+++ php-src/ext/reflection/tests/026.phpt       Tue Apr 29 08:04:11 2008
@@ -1,5 +1,5 @@
 --TEST--
-reflectionExtension::info()
+ReflectionExtension::info()
 --SKIPIF--
 <?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
@@ -12,7 +12,7 @@
 $r->info();
 
 echo "\nDone!\n";
-
+?>
 --EXPECTF--
 Reflection
 



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

Reply via email to