summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/020.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/020.phpt')
-rw-r--r--ext/reflection/tests/020.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/020.phpt b/ext/reflection/tests/020.phpt
index c5b0ae5c2a..fc2d0a61a0 100644
--- a/ext/reflection/tests/020.phpt
+++ b/ext/reflection/tests/020.phpt
@@ -20,7 +20,7 @@ var_dump($obj->hasProperty("p2"));
var_dump($obj->hasProperty("p3"));
var_dump($obj->hasProperty("p4"));
?>
---EXPECT--
+--EXPECT--
bool(true)
bool(true)
bool(true)