Home
last modified time | relevance | path

Searched refs:Phar (Results 176 – 200 of 690) sorted by relevance

12345678910>>...28

/PHP-7.4/ext/phar/tests/
H A Ddelete.phpt2 Phar: delete test
13 Phar::mapPhar('hio');
20 $phar = new Phar($fname);
H A Dphar_dir_iterate.phpt2 Phar object: iterate test with sub-directories and RecursiveIteratorIterator
12 $phar = new Phar($fname);
16 $newphar = new Phar($fname);
H A Dnophar_web.phpt2 Phar: default web stub, no phar extension
4 <?php if (extension_loaded("phar")) die("skip Phar extension must be disabled for this test"); ?>
H A D007.phpt2 Phar::mapPhar manifest too big
8 Phar::mapPhar('hio');
H A Dbug60261.phpt9 $nx = new Phar();
17 Phar::__construct() expects at least 1 parameter, 0 given
H A D005.phpt2 Phar::mapPhar truncated manifest (none)
8 Phar::mapPhar('hio');
H A Dphar_get_supportedcomp4.phpt2 Phar::getSupportedCompression() (none)
9 var_dump(Phar::getSupportedCompression());
H A D006.phpt2 Phar::mapPhar truncated manifest (manifest length truncated)
8 Phar::mapPhar('hio');
H A Dpharfileinfo_chmod.phpt2 Phar: PharFileInfo::chmod extra code coverage
12 $phar = new Phar($fname);
30 Phar entry "a" is a temporary directory (not an actual entry in the archive), cannot chmod
H A Dzf_test.phpt2 Phar: test broken app
21 $phar = new Phar($phar_file);
24 Phar::interceptFileFuncs();
25 Phar::webPhar('$file.phar', 'html/index.php');
H A Dphar_oo_nosig.phpt2 Phar::getSignature() no signature
12 $phar = new Phar($fname);
/PHP-7.4/ext/phar/tests/tar/
H A Ddelete.phpt2 Phar: delete test, tar-based phar
14 Phar::mapPhar('hio');
17 $phar = new Phar($fname);
H A Dall.phpt2 Phar: test that creation of tar-based phar generates valid tar with all bells/whistles
19 $phar = new Phar($fname);
31 Phar::unlinkArchive($fname);
34 $phar = new Phar($fname2);
/PHP-7.4/ext/phar/tests/zip/
H A Ddelete.phpt2 Phar: delete test, zip-based phar
14 Phar::mapPhar('hio');
17 $phar = new Phar($fname);
H A Drename.phpt2 Phar: rename test zip-based
14 $phar = new Phar($fname);
16 Phar::mapPhar('hio');
H A Drmdir.phpt2 Phar: rmdir test zip-based
14 $phar = new Phar($fname);
16 Phar::mapPhar('hio');
H A Dgetalias.phpt2 Phar: getAlias() with an existing phar.zip
13 $phar = new Phar($fname);
20 $phar = new Phar($fname);
29 $phar = new Phar($fname);
/PHP-7.4/ext/phar/phar/
H A Dinvertedregexiterator.inc4 * @ingroup Phar
12 /** @ingroup Phar
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite17.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
H A Dwrite10.phar2 $p = new Phar(__FILE__);
4 $p2 = new Phar(__FILE__);
H A Dwrite14.phar2 $p = new Phar(__FILE__);
4 $p2 = new Phar(__FILE__);
H A Dwrite25.phar2 $p = new Phar(__FILE__);
4 Phar::mount("mounted", "phar://" . __FILE__ . "/test.txt");
H A Dwrite15.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
H A Dfrontcontroller2.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller2.phar');
8 Phar::webPhar("whatever", "a.php");
H A Dwrite7.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);

Completed in 42 milliseconds

12345678910>>...28