Skip to content

Commit 52a00fe

Browse files
committed
Fix new test for PHP 8.0
1 parent d776413 commit 52a00fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/standard/tests/file/bug81223.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ var_dump(fread($stream2, 4));
1717
--EXPECTF--
1818
bool(true)
1919

20-
Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
20+
Notice: fread(): Read of %d bytes failed with errno=13 Permission denied in %s on line %d
2121
bool(false)
2222

23-
Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
23+
Notice: fread(): Read of %d bytes failed with errno=13 Permission denied in %s on line %d
2424
bool(false)

0 commit comments

Comments
 (0)