johannes Fri Feb 24 23:25:39 2006 UTC Modified files: /php-src/ext/reflection/tests bug29986.phpt Log: - Fix description http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/tests/bug29986.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/reflection/tests/bug29986.phpt diff -u php-src/ext/reflection/tests/bug29986.phpt:1.1 php-src/ext/reflection/tests/bug29986.phpt:1.2 --- php-src/ext/reflection/tests/bug29986.phpt:1.1 Fri Feb 24 23:08:36 2006 +++ php-src/ext/reflection/tests/bug29986.phpt Fri Feb 24 23:25:39 2006 @@ -1,5 +1,5 @@ --TEST-- -Reflection::export +Bug #29986 (Class constants won't work with predefined constants when using ReflectionClass) --SKIPIF-- <?php extension_loaded('reflection') or die('skip'); ?> --FILE--
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php