diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_constructor_002.phpt')
| -rw-r--r-- | ext/reflection/tests/ReflectionClass_constructor_002.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/reflection/tests/ReflectionClass_constructor_002.phpt b/ext/reflection/tests/ReflectionClass_constructor_002.phpt index 64c299592d..c463bb72c1 100644 --- a/ext/reflection/tests/ReflectionClass_constructor_002.phpt +++ b/ext/reflection/tests/ReflectionClass_constructor_002.phpt @@ -46,7 +46,6 @@ try { ?> --EXPECTF-- - Warning: ReflectionClass::__construct() expects exactly 1 parameter, 0 given in %s on line 3 object(ReflectionClass)#%d (1) { ["name"]=> @@ -64,4 +63,4 @@ object(ReflectionClass)#%d (1) { ["name"]=> string(0) "" } -Class X does not exist
\ No newline at end of file +Class X does not exist |
