diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_getMethods_002.phpt')
-rw-r--r-- | ext/reflection/tests/ReflectionClass_getMethods_002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionClass_getMethods_002.phpt b/ext/reflection/tests/ReflectionClass_getMethods_002.phpt index b25222563b..fae86e1642 100644 --- a/ext/reflection/tests/ReflectionClass_getMethods_002.phpt +++ b/ext/reflection/tests/ReflectionClass_getMethods_002.phpt @@ -13,6 +13,6 @@ $rc->getMethods('X', true); ?> --EXPECTF-- Test invalid arguments: -Warning: ReflectionClass::getMethods() expects parameter 1 to be long, string given in %s on line 4 +Warning: ReflectionClass::getMethods() expects parameter 1 to be integer, string given in %s on line 4 Warning: ReflectionClass::getMethods() expects at most 1 parameter, 2 given in %s on line 5 |