Skip to content

Commit 2ad97f5

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Fix new test for PHP 8.0
2 parents ac7a281 + 52a00fe commit 2ad97f5

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)