We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447f07c commit c76dbefCopy full SHA for c76dbef
UPGRADING
@@ -153,6 +153,9 @@ PHP 7.4 UPGRADE NOTES
153
considered failures.
154
. fread() and fwrite() on plain files will now throw a notice on failure,
155
such as when trying to write to a read-only file resource.
156
+ . The stream_read() and stream_write() methods on stream wrappers now
157
+ interpret "false" as a failure return values. If no data is available, but
158
+ no error occurred, an empty string should be returned instead.
159
. round(-0.0) will now return -0.0 rather than +0.0.
160
161
- Tokenizer:
0 commit comments