Home
last modified time | relevance | path

Searched refs:Phar (Results 201 – 225 of 690) sorted by relevance

12345678910>>...28

/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller2.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller2.phar');
8 Phar::webPhar("whatever", "a.php");
/PHP-7.4/ext/phar/tests/
H A Dfrontcontroller16.phpt2 Phar front controller mime type override, Phar::PHP
H A Dnophar.phpt2 Phar: phar run without ext/phar with default stub
4 <?php if (extension_loaded("phar")) die("skip Phar extension must be disabled for this test"); ?>
H A Dphar_get_supportedcomp2.phpt2 Phar::getSupportedCompression() (bz2 only)
11 var_dump(Phar::getSupportedCompression());
H A Dphar_get_supportedcomp3.phpt2 Phar::getSupportedCompression() (zlib only)
11 var_dump(Phar::getSupportedCompression());
H A Dphar_get_supportedcomp1.phpt2 Phar::getSupportedCompression() (bz2 and zlib)
11 var_dump(Phar::getSupportedCompression());
H A Dbug69324.phpt2 Bug #69324: Buffer Over-read in unserialize when parsing Phar
10 $p = new Phar(__DIR__.'/bug69324.phar', 0);
H A Dbug13727.phpt2 Phar: SLOW TEST bug #13727: "Number of files in the Phar" limited to 2042
15 $p = new Phar($fname, 0, $pArchive);
H A Dbug77022.phpt2 Phar: Bug #77022: PharData always creates new files with mode 0666
16 foreach([Phar::TAR => 'tar', Phar::ZIP => 'zip'] as $mode => $ext) {
H A Dbug54289.phpt2 Bug #54289 Phar::extractTo() does not accept specific directories to be extracted
13 $pharA = new Phar($phar);
19 $pharB = new Phar($phar);
40 $pharB = new Phar($phar);
45 $pharB = new Phar($phar);
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite4.phar.inc6 $phar = new Phar($fname);
10 Phar::mount("test.txt", "phar://" . __FILE__ . "/tobemounted");
H A Dfrontcontroller13.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller13.phar');
13 Phar::webPhar();
H A Dfrontcontroller5.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller5.phar');
8 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
H A Dfrontcontroller6.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller6.phar');
8 Phar::webPhar("whatever", "index.php", null, array("blah" => 100));
H A Dfrontcontroller7.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller7.phar');
8 Phar::webPhar("whatever", "index.php", null, array("blah" => null));
H A Dwrite.phar.inc6 $phar = new Phar($fname);
8 $phar = new Phar(__FILE__);
H A Dwrite16.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
H A Dwrite19.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
H A Dwrite20.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
H A Dwrite24.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
/PHP-7.4/ext/phar/tests/tar/files/
H A Dfrontcontroller2.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller2.phar.tar');
8 Phar::webPhar("whatever", "a.php");
/PHP-7.4/ext/phar/tests/zip/files/
H A Dfrontcontroller2.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller2.phar.zip');
8 Phar::webPhar("whatever", "a.php");
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_magic.phpt2 Phar: include/fopen magic tar-based
11 $p = new Phar($fname);
12 var_dump($p->isFileFormat(Phar::TAR));
H A Dphar_setalias.phpt2 Phar::setAlias() tar-based
14 $phar = new Phar($fname);
36 $a = new Phar($fname2);
/PHP-7.4/ext/phar/tests/zip/
H A Drename_dir.phpt2 Phar: rename_dir test zip-based
14 $phar = new Phar($fname);
16 Phar::mapPhar('hio');

Completed in 20 milliseconds

12345678910>>...28