Fix new test for PHP 8.0

This commit is contained in:
Christoph M. Becker 2021-07-06 13:27:23 +02:00
parent d776413f0b
commit 52a00fe776
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

View File

@ -17,8 +17,8 @@ var_dump(fread($stream2, 4));
--EXPECTF--
bool(true)
Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
Notice: fread(): Read of %d bytes failed with errno=13 Permission denied in %s on line %d
bool(false)
Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
Notice: fread(): Read of %d bytes failed with errno=13 Permission denied in %s on line %d
bool(false)