Skip to content

Commit 809176d

Browse files
committed
Fix new bug81726.phpt for PHP 8.0
The error message has slightly changed, so we adapt our expectations.
1 parent 1e8fa66 commit 809176d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/tests/bug81726.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ if (!extension_loaded("zlib")) die("skip zlib extension not available");
1010
var_dump(fopen("phar://" . __DIR__ . "/bug81726.gz", "r"));
1111
?>
1212
--EXPECTF--
13-
Warning: fopen(phar://%s): failed to open stream: unable to decompress gzipped phar archive "%s" in %s on line %d
13+
Warning: fopen(phar://%s): Failed to open stream: unable to decompress gzipped phar archive "%s" in %s on line %d
1414
bool(false)

0 commit comments

Comments
 (0)