Home
last modified time | relevance | path

Searched refs:Phar (Results 101 – 125 of 739) sorted by relevance

12345678910>>...30

/PHP-7.1/ext/phar/tests/
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_get_supported_signatures_001.phpt2 Phar::getSupportedSignatures()
7 $arr = Phar::getSupportedSignatures();
15 var_dump(Phar::getSupportedSignatures());
H A Dphar_get_supported_signatures_001a.phpt2 Phar::getSupportedSignatures()
7 $arr = Phar::getSupportedSignatures();
15 var_dump(Phar::getSupportedSignatures());
H A Dini_set_off.phpt2 Phar: test ini_set with readonly and require_hash disabled
19 var_dump(Phar::canWrite());
27 var_dump(Phar::canWrite());
37 var_dump(Phar::canWrite());
45 var_dump(Phar::canWrite());
53 var_dump(Phar::canWrite());
H A Dini_set_offU.phpt2 Phar: test ini_set with readonly and require_hash disabled
19 var_dump(Phar::canWrite());
27 var_dump(Phar::canWrite());
37 var_dump(Phar::canWrite());
45 var_dump(Phar::canWrite());
53 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_oo_getcontentsgz.phpt2 Phar object: getContent() (verify it works with compression)
14 $phar = new Phar($fname);
17 $phar['a']->compress(Phar::GZ);
19 $phar2 = new Phar($fname2);
H A Dbug69720.phpt2 Phar - bug #69720 - Null pointer dereference in phar_get_fp_offset()
9 $p = new Phar(__DIR__."/bug69720.phar",0);
10 // Phar extends SPL's DirectoryIterator class
21 echo 'Could not open Phar: ', $e;
H A Dphar_get_supported_signatures_002.phpt2 Phar::getSupportedSignatures()
7 $arr = Phar::getSupportedSignatures();
16 var_dump(Phar::getSupportedSignatures());
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dwrite22.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
16 $phar['test.txt']->compress(Phar::GZ);
H A Dwrite10.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
10 $p2 = new Phar(__FILE__);
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 Dblog.phar.inc6 $phar = new Phar($fname);
8 Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
10 Phar::webPhar("blog", "index.php");
H A Dfrontcontroller11.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller11.phar');
15 Phar::mungServer(array(array(), "SCRIPT_NAME", "SCRIPT_FILENAME", "REQUEST_URI"));
16 Phar::webPhar();
H A Dwrite2.phar.inc6 $phar = new Phar($fname);
8 $phar = new Phar(__FILE__);
12 $phar2 = new Phar(__FILE__);
/PHP-7.1/ext/phar/
H A Dphar_object.c407 PHP_METHOD(Phar, running) in PHP_METHOD() argument
444 PHP_METHOD(Phar, mount) in PHP_METHOD() argument
538 PHP_METHOD(Phar, webPhar) in PHP_METHOD() argument
976 PHP_METHOD(Phar, mapPhar) in PHP_METHOD() argument
1001 PHP_METHOD(Phar, loadPhar) in PHP_METHOD() argument
1070 PHP_METHOD(Phar, canWrite) in PHP_METHOD() argument
1945 PHP_METHOD(Phar, count) in PHP_METHOD() argument
2615 PHP_METHOD(Phar, delete) in PHP_METHOD() argument
2683 PHP_METHOD(Phar, getPath) in PHP_METHOD() argument
2878 PHP_METHOD(Phar, setStub) in PHP_METHOD() argument
[all …]
/PHP-7.1/ext/phar/tests/files/
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 Dblog.phar2 Phar::interceptFileFuncs();
4 Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
6 Phar::webPhar("blog", "index.php");
H A Dfrontcontroller11.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller11.phar');
15 Phar::mungServer(array(array(), "SCRIPT_NAME", "SCRIPT_FILENAME", "REQUEST_URI"));
16 Phar::webPhar();
/PHP-7.1/ext/phar/tests/tar/
H A Dalias_acrobatics.phpt2 Phar: alias edge cases
13 $p = new Phar($fname);
18 $a = new Phar($fname2, 0, 'foo');
25 $a = new Phar($fname2);
30 $b = new Phar($fname, 0, 'another');
/PHP-7.1/ext/phar/tests/zip/
H A Dalias_acrobatics.phpt2 Phar: alias edge cases
13 $p = new Phar($fname);
18 $a = new Phar($fname2, 0, 'foo');
25 $a = new Phar($fname2);
30 $b = new Phar($fname, 0, 'another');
H A Dfrontcontroller13.phar.phpt2 Phar front controller mime type not string/int zip-based
17 …eption: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a m…
19 #0 %sfrontcontroller13.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
H A Dphar_copy.phpt2 Phar: copy() zip-based
19 $p = new Phar($fname);
31 var_dump($p->isFileFormat(Phar::ZIP));
39 $p2 = new Phar($fname2);
40 var_dump($p2->isFileFormat(Phar::ZIP));
/PHP-7.1/ext/phar/tests/cache_list/
H A Dcopyonwrite11.phar.phpt2 Phar: copy-on-write test 11 [cache_list]
13 $p = new Phar(__FILE__);
15 $p2 = new Phar(__FILE__);
H A Dcopyonwrite9.phar.phpt2 Phar: copy-on-write test 9 [cache_list]
13 $p = new Phar(__FILE__);
15 $p2 = new Phar(__FILE__);

Completed in 41 milliseconds

12345678910>>...30