Home
last modified time | relevance | path

Searched refs:Phar (Results 76 – 100 of 690) sorted by relevance

12345678910>>...28

/PHP-7.4/ext/phar/tests/
H A Dphar_get_supported_signatures_002.phpt2 Phar::getSupportedSignatures()
6 $arr = Phar::getSupportedSignatures();
14 var_dump(Phar::getSupportedSignatures());
H A Dfrontcontroller13.phpt2 Phar front controller mime type not string/int
16 …eption: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a m…
18 #0 %sfrontcontroller13.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
H A Dphar_commitwrite.phpt2 Phar::setStub()/stopBuffering()
10 $p = new Phar(__DIR__ . '/phar_commitwrite.phar', 0, 'phar_commitwrite.phar');
19 Phar::mapPhar('phar_commitwrite.phar');
38 Phar::mapPhar('phar_commitwrite.phar');
H A Dphar_dotted_path.phpt2 Phar: create new Phar with broken.dirname in path
16 $stub = Phar::createDefaultStub();
25 $phar = new Phar($fname);
H A Dbug69279.phpt2 Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files)
12 $w = new Phar(__DIR__ . "/bug69279.phar.zip");
14 $w->compressFiles(Phar::GZ);
17 $r = new Phar(__DIR__ . "/bug69279.phar.zip");
H A Dphar_get_supported_signatures_002a.phpt2 Phar::getSupportedSignatures()
6 $arr = Phar::getSupportedSignatures();
14 var_dump(Phar::getSupportedSignatures());
H A Dwebphar_compilefail.phpt2 Phar: Phar::webPhar, open compiled file fails
10 Phar::webPhar('oopsiedaisy.phar', '/index.php');
H A Dphpinfo_004.phpt2 Phar: phpinfo display 4
8 $arr = Phar::getSupportedSignatures();
27 <h2><a name="module_phar">Phar</a></h2>
29 <tr class="h"><th>Phar: PHP Archive support</th><th>enabled</th></tr>
30 <tr><td class="e">Phar API version </td><td class="v">1.1.1 </td></tr>
31 <tr><td class="e">Phar-based phar archives </td><td class="v">enabled </td></tr>
40 Phar based on pear/PHP_Archive, original concept by Davey Shafik.<br />Phar fully realized by Grego…
49 <h2><a name="module_phar">Phar</a></h2>
51 <tr class="h"><th>Phar: PHP Archive support</th><th>enabled</th></tr>
52 <tr><td class="e">Phar API version </td><td class="v">1.1.1 </td></tr>
[all …]
H A Dini_set_off.phpt2 Phar: test ini_set with readonly and require_hash disabled
18 var_dump(Phar::canWrite());
26 var_dump(Phar::canWrite());
36 var_dump(Phar::canWrite());
44 var_dump(Phar::canWrite());
52 var_dump(Phar::canWrite());
H A Dbug74386.phpt2 Phar: bug #74386: Phar::__construct(): wrong number of parameters by reflection
7 $r = new ReflectionMethod(Phar::class, '__construct');
H A Dphar_decompress.phpt2 Phar::decompress()
23 $phar = new Phar($fname);
25 $gz = $phar->compress(Phar::GZ);
27 $a = new Phar($fname2);
29 $unc = $a->compress(Phar::NONE);
36 $zip = $phar->convertToData(Phar::ZIP);
66 Warning: Phar::decompress() expects parameter 1 to be %string, array given in %sphar_decompress.php…
H A Dbug48377.phpt2 Phar: PHP bug #48377 "error message unclear on converting phar with existing file"
15 $phar = new Phar($fname, 0, 'a.phar');
18 $phar->convertToData(Phar::ZIP, Phar::NONE, 'zip');
H A Dphar_oo_getcontentsgz.phpt2 Phar object: getContent() (verify it works with compression)
13 $phar = new Phar($fname);
16 $phar['a']->compress(Phar::GZ);
18 $phar2 = new Phar($fname2);
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller8.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller8.phar');
15 Phar::webPhar("whatever", "index.php", "404.php", array("jpg" => "foo/bar", "phps" => Phar::PHP, "p…
H A Dwrite25.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
10 Phar::mount("mounted", "phar://" . __FILE__ . "/test.txt");
H A Dwrite22.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
16 $phar['test.txt']->compress(Phar::GZ);
H A Dfrontcontroller14.phar6 Phar::interceptFileFuncs();
7 Phar::mungServer(array("PHP_SELF", "REQUEST_URI"));
8 Phar::webPhar("whatever", "/html/index.php", null, array(), "s");
H A Dwrite10.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
10 $p2 = new Phar(__FILE__);
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller12.phpt2 Phar front controller mime type unknown int [cache_list]
17 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
19 #0 %sfrontcontroller12.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
H A Dfrontcontroller13.phpt2 Phar front controller mime type not string/int [cache_list]
17 …eption: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a m…
19 #0 %sfrontcontroller13.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller8.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller8.phar');
15 Phar::webPhar("whatever", "index.php", "404.php", array("jpg" => "foo/bar", "phps" => Phar::PHP, "p…
H A Dfrontcontroller14.phar6 Phar::interceptFileFuncs();
7 Phar::mungServer(array("PHP_SELF", "REQUEST_URI"));
8 Phar::webPhar("whatever", "/html/index.php", null, array(), "s");
/PHP-7.4/ext/phar/tests/tar/
H A Dfrontcontroller12.phar.phpt2 Phar front controller mime type unknown int tar-based
16 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
18 #0 %sfrontcontroller12.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
H A Dfrontcontroller13.phar.phpt2 Phar front controller mime type not string/int tar-based
16 …eption: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a m…
18 #0 %sfrontcontroller13.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
/PHP-7.4/ext/phar/tests/zip/
H A Dfrontcontroller12.phar.phpt2 Phar front controller mime type unknown int zip-based
17 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
19 #0 %sfrontcontroller12.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)

Completed in 22 milliseconds

12345678910>>...28