Merge branch 'PHP-8.0'

* PHP-8.0:
  Fix new test for PHP 8.0
This commit is contained in:
Christoph M. Becker 2021-07-06 13:30:05 +02:00
commit 2ad97f5cbd
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)