diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_hasProperty_001.phpt')
| -rw-r--r-- | ext/reflection/tests/ReflectionClass_hasProperty_001.phpt | 2 |
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 88c4cd509a..3101a7a6ae 100644 --- a/ext/reflection/tests/ReflectionClass_hasProperty_001.phpt +++ b/ext/reflection/tests/ReflectionClass_hasProperty_001.phpt @@ -41,7 +41,7 @@ foreach($classes as $class) { var_dump($rc->hasProperty("doesntExist")); } ?> ---EXPECTF-- +--EXPECT-- Reflecting on class pubf: --> Check for s: bool(true) --> Check for a: bool(true) |
