summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2006-02-24 23:25:57 +0000
committerJohannes Schlüter <johannes@php.net>2006-02-24 23:25:57 +0000
commit611a6dece9c099829f0123dd5a55635218bbfc46 (patch)
tree47eb011d602a9ad0c0e78d59fc665433edcd4b78
parent027abfd7021dddd81f84d792950bae915ce9b6f4 (diff)
downloadphp-git-611a6dece9c099829f0123dd5a55635218bbfc46.tar.gz
- MFH: Fix description
-rw-r--r--ext/reflection/tests/bug29986.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug29986.phpt b/ext/reflection/tests/bug29986.phpt
index 9fd0c233d4..8f9d666629 100644
--- a/ext/reflection/tests/bug29986.phpt
+++ b/ext/reflection/tests/bug29986.phpt
@@ -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--