Skip to content

Commit 1a3c9b0

Browse files
committed
Fix new bug81726.phpt for PHP 8.0
The error message has slightly changed, so we adapt our expectations. Closes GH-9621.
1 parent 3477499 commit 1a3c9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/tests/bug81726.phpt

Lines changed: 1 addition & 1 deletion
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)