We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8fa66 commit 809176dCopy full SHA for 809176d
ext/phar/tests/bug81726.phpt
@@ -10,5 +10,5 @@ if (!extension_loaded("zlib")) die("skip zlib extension not available");
10
var_dump(fopen("phar://" . __DIR__ . "/bug81726.gz", "r"));
11
?>
12
--EXPECTF--
13
-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
14
bool(false)
0 commit comments