Fix new bug81726.phpt for PHP 8.0

The error message has slightly changed, so we adapt our expectations.
This commit is contained in:
Christoph M. Becker 2022-09-27 17:52:01 +02:00
parent 1e8fa6607d
commit 809176dab0
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

View File

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