summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/022.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/022.phpt')
-rw-r--r--ext/reflection/tests/022.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/022.phpt b/ext/reflection/tests/022.phpt
index 50dbd6ec74..f2bdbfddd6 100644
--- a/ext/reflection/tests/022.phpt
+++ b/ext/reflection/tests/022.phpt
@@ -11,6 +11,6 @@ $class = new ReflectionClass("Foo");
var_dump($class->getConstant("c1"));
var_dump($class->getConstant("c2"));
?>
---EXPECT--
+--EXPECT--
int(1)
bool(false)