Home
last modified time | relevance | path

Searched refs:Phar (Results 251 – 275 of 690) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller17.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller17.phar');
9 Phar::webPhar("test.phar", "/index.php", null, array(), function() { throw new Exception; });
H A Dfrontcontroller18.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller18.phar');
12 Phar::webPhar("test.phar", "/index.php", null, array(), "s");
H A Dwrite18.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
H A Dwrite2.phar2 $phar = new Phar(__FILE__);
6 $phar2 = new Phar(__FILE__);
H A Dwrite23.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
H A Dfrontcontroller10.phar2 Phar::mungServer(array("PHP_SELF", "SCRIPT_NAME", "SCRIPT_FILENAME", "REQUEST_URI", "OOPSIE"));
3 Phar::webPhar();
H A Dfrontcontroller12.phar2 Phar::mungServer(array("PHP_SELF", "SCRIPT_NAME", "SCRIPT_FILENAME", "REQUEST_URI"));
3 Phar::webPhar();
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller11.phar2 Phar::mungServer(array(array(), "SCRIPT_NAME", "SCRIPT_FILENAME", "REQUEST_URI"));
3 Phar::webPhar();
H A Dfrontcontroller17.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller17.phar');
9 Phar::webPhar("test.phar", "/index.php", null, array(), function() { throw new Exception; });
H A Dfrontcontroller18.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller18.phar');
12 Phar::webPhar("test.phar", "/index.php", null, array(), "s");
H A Dfrontcontroller10.phar2 Phar::mungServer(array("PHP_SELF", "SCRIPT_NAME", "SCRIPT_FILENAME", "REQUEST_URI", "OOPSIE"));
3 Phar::webPhar();
H A Dfrontcontroller12.phar2 Phar::mungServer(array("PHP_SELF", "SCRIPT_NAME", "SCRIPT_FILENAME", "REQUEST_URI"));
3 Phar::webPhar();
/PHP-7.4/ext/phar/tests/
H A Dbug46178.phpt2 Phar: PHP bug #46178: "memory leak in ext/phar"
12 $phar = new Phar($fname);
H A Dbug60164.phpt2 Phar: verify stub of specific length does not break __HALT_COMPILER(); scanning in php
13 foreach (new RecursiveIteratorIterator(new Phar($phar, null, 'stuboflength1041.phar')) as $item) {
H A Dphar_oo_compressed_002.phpt2 Phar: context/compress=GZ
22 $phar = new Phar($fname);
31 $context = stream_context_create(array('phar'=>array('compress'=>Phar::GZ)));
38 $phar = new Phar($fname);
H A Dphar_oo_compressed_002b.phpt2 Phar: context/compress=BZip2
22 $phar = new Phar($fname);
31 $context = stream_context_create(array('phar'=>array('compress'=>Phar::BZ2)));
38 $phar = new Phar($fname);
H A Dphar_buildfromdirectory1.phpt2 Phar::buildFromDirectory() - readonly
10 $phar = new Phar(__DIR__ . '/buildfromdirectory1.phar');
H A Dphar_buildfromiterator1.phpt2 Phar::buildFromIterator() readonly
10 $phar = new Phar(__DIR__ . '/buildfromiterator1.phar');
H A Dpharfileinfo_destruct.phpt2 Phar: PharFileInfo::__destruct
12 $a = new Phar($fname);
H A D012.phpt2 Phar::mapPhar valid file
13 Phar::mapPhar('hio');
/PHP-7.4/ext/phar/tests/zip/
H A Dfrontcontroller16.phar.phpt2 Phar front controller mime type override, Phar::PHP zip-based
H A Dexists_as_phar.phpt2 Phar: phar-based phar named with ".zip" fails
15 $phar = new Phar($fname);
24 $p = new Phar($tname);
H A Dphar_magic.phpt2 Phar: include/fopen magic zip-based
14 $p = new Phar($fname);
15 var_dump($p->isFileFormat(Phar::ZIP));
/PHP-7.4/ext/phar/tests/tar/
H A Dexists_as_phar.phpt2 Phar: phar-based phar named with ".tar" fails
15 $phar = new Phar($fname);
24 $p = new Phar($tname);
H A Dphar_setalias2.phpt2 Phar::setAlias() error tar-based
13 $phar = new Phar($fname);
33 $phar = new Phar(__DIR__ . '/notphar.phar');

Completed in 20 milliseconds

1...<<11121314151617181920>>...28