diff options
Diffstat (limited to 'ext/reflection/tests/reflectionProperty_getDocComment_error.phpt')
| -rw-r--r-- | ext/reflection/tests/reflectionProperty_getDocComment_error.phpt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ext/reflection/tests/reflectionProperty_getDocComment_error.phpt b/ext/reflection/tests/reflectionProperty_getDocComment_error.phpt index 12a62173c3..dae7be2fb9 100644 --- a/ext/reflection/tests/reflectionProperty_getDocComment_error.phpt +++ b/ext/reflection/tests/reflectionProperty_getDocComment_error.phpt @@ -15,15 +15,14 @@ var_dump($rc->getDocComment(array(1, 2, 3))); ?> --EXPECTF-- - -Warning: Wrong parameter count for ReflectionProperty::getDocComment() in %s on line %d +Warning: ReflectionProperty::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d NULL -Warning: Wrong parameter count for ReflectionProperty::getDocComment() in %s on line %d +Warning: ReflectionProperty::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d NULL -Warning: Wrong parameter count for ReflectionProperty::getDocComment() in %s on line %d +Warning: ReflectionProperty::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d NULL -Warning: Wrong parameter count for ReflectionProperty::getDocComment() in %s on line %d +Warning: ReflectionProperty::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d NULL |
