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..1c4cfc6106 100644
--- a/ext/reflection/tests/ReflectionClass_hasConstant_001.phpt
+++ b/ext/reflection/tests/ReflectionClass_hasConstant_001.phpt
@@ -28,7 +28,7 @@ var_dump($rd->hasConstant("myConst"));
echo "Check absent constant: ";
var_dump($rd->hasConstant("doesntExist"));
?>
---EXPECTF--
+--EXPECT--
Check existing constant: bool(true)
Check existing constant, different case: bool(false)
Check absent constant: bool(false)