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:
committed by
Patrick Allaert
parent
168750bf3e
commit
91abc41f21
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user