We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae44843 commit 4502201Copy full SHA for 4502201
ext/phar/tests/gh20732.phpt
@@ -5,11 +5,10 @@ phar
5
--FILE--
6
<?php
7
try {
8
- Phar::LoadPhar('.');
+ @Phar::LoadPhar('.');
9
} catch (PharException $e) {
10
echo $e->getMessage(), "\n";
11
}
12
?>
13
--EXPECTF--
14
-Notice: Phar::loadPhar(): Read of 8192 bytes failed with errno=21 Is a directory in %s on line %d
15
-internal corruption of phar "/run/media/niels/MoreData/php-8.3" (truncated entry)
+%r(internal corruption of phar "%s" \(truncated entry\)|unable to open phar for reading ".")%r
0 commit comments