Home
last modified time | relevance | path

Searched refs:addFile (Results 26 – 40 of 40) sorted by relevance

12

/PHP-5.5/ext/phar/tests/tar/
H A Dlinks2.phpt13 $a->addFile('hardlink', 'internal/file.txt', array(
H A Dtar_001.phpt12 $tar->addFile('tar_001.phpt', __FILE__);
H A Dtar_002.phpt14 $tar->addFile('tar_002.phpt', __FILE__);
/PHP-5.5/ext/phar/tests/
H A Dbug13727.phpt21 $p->addFile("$fileDir/$i", "$dirName");
H A Dbadparameters.phpt109 $a->addFile(array());
179 Warning: Phar::addFile() expects parameter 1 to be a valid path, array given in %sbadparameters.php…
/PHP-5.5/ext/zip/tests/
H A Dbug7658.phpt38 $zip->addFile($dirname . "bug7658.xml","content.xml");
/PHP-5.5/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc41 function addFile($path, $fileOrStream, $stat = null)
152 $this->addFile($dir, "", array(
H A Dcorrupt_tarmaker.php.inc41 function addFile($path, $fileOrStream, $stat = null, $corrupt = null)
160 $this->addFile($dir, "", array(
H A Dmake.dangerous.tar.php.inc42 function addFile($path, $fileOrStream, $stat = null)
153 $this->addFile($dir, "", array(
/PHP-5.5/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc30 function addFile($path, $fileOrStream)
H A Dcorrupt_zipmaker.php.inc253 …function addFile($filename, $mtime, $data, $comment = null, $compress = null, $filecorrupt = null,…
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php1351 function addFile($filepath, $issource = 0)
1474 $id = $this->addFile($path, $issource);
/PHP-5.5/ext/zip/
H A Dphp_zip.c1781 static ZIPARCHIVE_METHOD(addFile) in ZIPARCHIVE_METHOD() argument
2748 ZIPARCHIVE_ME(addFile, arginfo_ziparchive_addfile, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/phar/
H A Dphar_object.c3836 PHP_METHOD(Phar, addFile) in PHP_METHOD() argument
5299 PHP_ME(Phar, addFile, arginfo_phar_addfile, ZEND_ACC_PUBLIC)
/PHP-5.5/
H A DNEWS2219 . Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).
2287 . Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).
7989 - Fixed bug #39506 (Archive corrupt with ZipArchive::addFile method). (Pierre)

Completed in 82 milliseconds

12