diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionObject_isInstance_error.phpt')
| -rw-r--r-- | ext/reflection/tests/ReflectionObject_isInstance_error.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionObject_isInstance_error.phpt b/ext/reflection/tests/ReflectionObject_isInstance_error.phpt index b0fb071e1f..f8f088057c 100644 --- a/ext/reflection/tests/ReflectionObject_isInstance_error.phpt +++ b/ext/reflection/tests/ReflectionObject_isInstance_error.phpt @@ -22,7 +22,7 @@ NULL Warning: ReflectionClass::isInstance() expects exactly 1 parameter, 2 given in %s on line 7 NULL -Warning: ReflectionClass::isInstance() expects parameter 1 to be object, integer given in %s on line 8 +Warning: ReflectionClass::isInstance() expects parameter 1 to be object, int given in %s on line 8 NULL Warning: ReflectionClass::isInstance() expects parameter 1 to be object, float given in %s on line 9 |
