1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00

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
committed by Patrick Allaert
parent 168750bf3e
commit 91abc41f21

View File

@@ -10,5 +10,5 @@ if (!extension_loaded("zlib")) die("skip zlib extension not available");
var_dump(fopen("phar://" . __DIR__ . "/bug81726.gz", "r"));
?>
--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)