diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_getMethod_002.phpt')
-rw-r--r-- | ext/reflection/tests/ReflectionClass_getMethod_002.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionClass_getMethod_002.phpt b/ext/reflection/tests/ReflectionClass_getMethod_002.phpt index 8271822884..9278b47875 100644 --- a/ext/reflection/tests/ReflectionClass_getMethod_002.phpt +++ b/ext/reflection/tests/ReflectionClass_getMethod_002.phpt @@ -54,10 +54,12 @@ try { ?> ---EXPECT-- +--EXPECTF-- Check invalid params: ReflectionClass::getMethod() expects exactly 1 argument, 0 given ReflectionClass::getMethod() expects exactly 1 argument, 2 given + +Deprecated: ReflectionClass::getMethod(): Passing null to parameter #1 ($name) of type string is deprecated in %s on line %d Method C::() does not exist Method C::1() does not exist Method C::1.5() does not exist |