summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionClass_hasConstant_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_hasConstant_basic.phpt')
-rw-r--r--ext/reflection/tests/ReflectionClass_hasConstant_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionClass_hasConstant_basic.phpt b/ext/reflection/tests/ReflectionClass_hasConstant_basic.phpt
index 0ff2523d6f..aa3af85c1e 100644
--- a/ext/reflection/tests/ReflectionClass_hasConstant_basic.phpt
+++ b/ext/reflection/tests/ReflectionClass_hasConstant_basic.phpt
@@ -18,6 +18,6 @@ Class C {
const foo=1;
}
?>
---EXPECTF--
+--EXPECT--
bool(true)
bool(false)