Skip to content

Commit c6e0e04

Browse files
committed
fix extract_to test
1 parent a870ff8 commit c6e0e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/tests/phar_extract.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ TypeError: Phar::extractTo(): Argument #2 ($files) must be an array of string el
146146
PharException: Extraction from phar "%stempmanifest1.phar.php" failed: Cannot extract "file1.txt" to "%sextract%cfile1.txt", path already exists
147147
string(5) "first"
148148
string(2) "hi"
149-
ValueError: Phar::extractTo(): Argument #1 ($directory) must be less than 4096 bytes
149+
ValueError: Phar::extractTo(): Argument #1 ($directory) must be less than %d bytes
150150
PharException: Extraction from phar "%stempmanifest1.phar.php" failed: Cannot extract "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa..." to "%s...", extracted filename is too long for filesystem

0 commit comments

Comments
 (0)