diff options
Diffstat (limited to 'ext/phar/tests/pharfileinfo_chmod.phpt')
-rw-r--r-- | ext/phar/tests/pharfileinfo_chmod.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/pharfileinfo_chmod.phpt b/ext/phar/tests/pharfileinfo_chmod.phpt index e99be5d6b9..ddc4d37393 100644 --- a/ext/phar/tests/pharfileinfo_chmod.phpt +++ b/ext/phar/tests/pharfileinfo_chmod.phpt @@ -29,5 +29,5 @@ $b->chmod(0666); --EXPECTF-- Phar entry "a" is a temporary directory (not an actual entry in the archive), cannot chmod -Warning: PharFileInfo::chmod() expects parameter 1 to be long, array given in %spharfileinfo_chmod.php on line %d +Warning: PharFileInfo::chmod() expects parameter 1 to be integer, array given in %spharfileinfo_chmod.php on line %d ===DONE===
\ No newline at end of file |