Skip to content

Commit

Permalink
Fix new test for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jul 6, 2021
1 parent d776413 commit 52a00fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/standard/tests/file/bug81223.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 52a00fe

Please sign in to comment.