summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionClass_hasConstant_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_hasConstant_001.phpt')
-rw-r--r--ext/reflection/tests/ReflectionClass_hasConstant_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionClass_hasConstant_001.phpt b/ext/reflection/tests/ReflectionClass_hasConstant_001.phpt
index 6e6d4341c8..b4f4a1a88a 100644
--- a/ext/reflection/tests/ReflectionClass_hasConstant_001.phpt
+++ b/ext/reflection/tests/ReflectionClass_hasConstant_001.phpt
@@ -22,7 +22,7 @@ echo "Check absent constant: ";
var_dump($rc->hasConstant("doesntExist"));
-$rd = new ReflectionClass("D");
+$rd = new ReflectionClass("D");
echo "Check inherited constant: ";
var_dump($rd->hasConstant("myConst"));
echo "Check absent constant: ";