]> granicus.if.org Git - php/commitdiff
cosmetic enhancements
authorAntony Dovgal <tony2001@php.net>
Tue, 29 Apr 2008 08:04:11 +0000 (08:04 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 29 Apr 2008 08:04:11 +0000 (08:04 +0000)
ext/reflection/tests/026.phpt

index e4c6a3f864c7b524700cb33f12b8507e95e6dc33..8043cb835600d178fd13e8839a479c343fe28805 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-reflectionExtension::info()
+ReflectionExtension::info()
 --SKIPIF--
 <?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
@@ -12,7 +12,7 @@ $r = new ReflectionExtension("date");
 $r->info();
 
 echo "\nDone!\n";
-
+?>
 --EXPECTF--
 Reflection