diff options
| author | Ondřej Surý <ondrej@sury.org> | 2011-02-16 10:13:02 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2011-02-16 10:13:02 +0100 |
| commit | fd5a0b31640419ca63d1ddeaffd6d3cf2a741814 (patch) | |
| tree | bfd17d84c5181d7b98d7d66f56573f4fc897e31c /ext/spl/tests/fileobject_005.phpt | |
| parent | 01fcdff3849c3691d9aaeaab735846ab6d8895ca (diff) | |
| download | php-upstream/5.3.5.tar.gz | |
Imported Upstream version 5.3.5upstream/5.3.5
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 b3882e940..fa9e6db17 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 |
