diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_hasConstant_001.phpt')
| -rw-r--r-- | ext/reflection/tests/ReflectionClass_hasConstant_001.phpt | 2 |
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 1c4cfc6106..d26fad591d 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: "; |
