summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionClass_hasProperty_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_hasProperty_001.phpt')
-rw-r--r--ext/reflection/tests/ReflectionClass_hasProperty_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionClass_hasProperty_001.phpt b/ext/reflection/tests/ReflectionClass_hasProperty_001.phpt
index 94f739c33..88c4cd509 100644
--- a/ext/reflection/tests/ReflectionClass_hasProperty_001.phpt
+++ b/ext/reflection/tests/ReflectionClass_hasProperty_001.phpt
@@ -69,7 +69,7 @@ Reflecting on class privf:
--> Check for doesntExist: bool(false)
Reflecting on class subprivf:
--> Check for s: bool(true)
- --> Check for a: bool(true)
+ --> Check for a: bool(false)
--> Check for A: bool(false)
--> Check for doesntExist: bool(false)