diff options
Diffstat (limited to 'ext/spl/tests/fileobject_005.phpt')
-rw-r--r-- | ext/spl/tests/fileobject_005.phpt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/spl/tests/fileobject_005.phpt b/ext/spl/tests/fileobject_005.phpt index b3882e940f..fa9e6db173 100644 --- a/ext/spl/tests/fileobject_005.phpt +++ b/ext/spl/tests/fileobject_005.phpt @@ -33,8 +33,10 @@ unlink($path); ?> --EXPECTF-- bool(true) -string(4) "blah" + +Warning: SplFileObject::fgets() expects exactly 0 parameters, 1 given in %s on line %d +NULL Warning: SplFileObject::ftruncate() expects exactly 1 parameter, 0 given in %s on line %d NULL -==DONE== +==DONE==
\ No newline at end of file |