mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix new test for PHP 8.0
This commit is contained in:
parent
d776413f0b
commit
52a00fe776
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue