History log of /PHP-7.4/ext/spl/tests/bug78976.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 4cd6d384 17-Dec-2019 Christoph M. Becker

Fix #78976: SplFileObject::fputcsv returns -1 on failure

`php_stream_write()` returns `-1` on failure now, which has to be
catered to by `SplFileObject::fputcsv()` which still is suppose

Fix #78976: SplFileObject::fputcsv returns -1 on failure

`php_stream_write()` returns `-1` on failure now, which has to be
catered to by `SplFileObject::fputcsv()` which still is supposed to
return `false` on failure.

show more ...