Home
last modified time | relevance | path

Searched refs:Phar (Results 151 – 175 of 739) sorted by relevance

12345678910>>...30

/PHP-7.1/ext/phar/tests/
H A Dtest_unset.phpt2 Phar: ensure unset() works properly on a non-flushed phar archive
15 $phar = new Phar($fname); // no entries, never flushed
20 $phar = new Phar($fname2);
28 $phar = new Phar($fname);
H A Dphar_buildfromdirectory3.phpt2 Phar::buildFromDirectory() - object passed as second parameter
12 $phar = new Phar(dirname(__FILE__) . '/buildfromdirectory3.phar');
26 Warning: Phar::buildFromDirectory() expects parameter 2 to be %string, object given in %sphar_build…
H A Dphar_copy.phpt2 Phar: copy()
20 $p = new Phar($fname);
28 $p['a']->compress(Phar::GZ);
41 $p2 = new Phar($fname2);
57 $p2['a']->compress(Phar::GZ);
82 file "d" cannot be copied to file ".phar/stub.php", cannot copy to Phar meta-file in %sphar_copy2.p…
83 file ".phar/stub.php" cannot be copied to file "d", cannot copy Phar meta-file in %sphar_copy2.phar…
H A D001.phpt2 Phar::apiVersion
7 var_dump(Phar::apiVersion());
H A Dbug48377.2.phpt2 Phar: PHP bug #48377 "error message unclear on converting phar with existing file" test #2
15 $phar->convertToData(Phar::ZIP, Phar::NONE, '.2.phar.zip');
H A Dtest_alias_unset.phpt2 Phar: test for the odd case where we intend to remove an archive from memory
14 $phar = new Phar($fname);
19 $phar2 = new Phar($fname2);
26 $phar2 = new Phar($fname2); // fails because references open to $fname
31 $phar2 = new Phar($fname2); // succeeds because all refs are closed
H A Dpharfileinfo_getcrc32.phpt2 Phar: PharFileInfo::getCRC32
13 Phar::mapPhar('hio');
46 Phar entry is a directory, does not have a CRC
47 Phar entry was not CRC checked
H A Dbug69958.phpt2 Phar: bug #69958: Segfault in Phar::convertToData on invalid file
10 $phar = $tarphar->convertToData(Phar::TAR);
H A Dbug71625.phpt2 Phar - Bug #71625 - Crash in php7.dll
16 $phar = new Phar("A:A:.phar");
23 #0 %sbug71625.php(%d): Phar->__construct('A:A:.phar')
/PHP-7.1/ext/phar/tests/tar/files/
H A Dfrontcontroller12.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller12.phar.tar');
15 Phar::mungServer(array("PHP_SELF", "SCRIPT_NAME", "SCRIPT_FILENAME", "REQUEST_URI"));
16 Phar::webPhar();
/PHP-7.1/ext/phar/tests/zip/files/
H A Dfrontcontroller12.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller12.phar.zip');
15 Phar::mungServer(array("PHP_SELF", "SCRIPT_NAME", "SCRIPT_FILENAME", "REQUEST_URI"));
16 Phar::webPhar();
/PHP-7.1/ext/phar/tests/tar/
H A Dfrontcontroller19.phar.phpt2 Phar front controller $_SERVER munging failure 2 tar-based
12 Fatal error: Uncaught PharException: Too many values passed to Phar::mungServer(), expecting an arr…
14 #0 %sfrontcontroller19.phar.php(2): Phar::mungServer(Array)
H A Dfrontcontroller20.phar.phpt2 Phar front controller $_SERVER munging failure 3 tar-based
12 Fatal error: Uncaught PharException: Non-string value passed to Phar::mungServer(), expecting an ar…
14 #0 %sfrontcontroller20.phar.php(2): Phar::mungServer(Array)
H A Dfrontcontroller18.phar.phpt2 Phar front controller $_SERVER munging failure tar-based
12 Fatal error: Uncaught PharException: No values passed to Phar::mungServer(), expecting an array of …
14 #0 %sfrontcontroller18.phar.php(2): Phar::mungServer(Array)
H A Dcreate_new_and_modify.phpt2 Phar: create and modify tar-based phar
26 $phar = new Phar($fname);
27 var_dump($phar->isFileFormat(Phar::TAR));
35 $phar = new Phar($fname);
/PHP-7.1/ext/phar/tests/cache_list/
H A Dfrontcontroller19.phpt2 Phar front controller $_SERVER munging failure 2 [cache_list]
14 Fatal error: Uncaught PharException: Too many values passed to Phar::mungServer(), expecting an arr…
16 #0 %sfrontcontroller19.php(2): Phar::mungServer(Array)
H A Dfrontcontroller20.phpt2 Phar front controller $_SERVER munging failure 3 [cache_list]
14 Fatal error: Uncaught PharException: Non-string value passed to Phar::mungServer(), expecting an ar…
16 #0 %sfrontcontroller20.php(2): Phar::mungServer(Array)
H A Dfrontcontroller18.phpt2 Phar front controller $_SERVER munging failure [cache_list]
14 Fatal error: Uncaught PharException: No values passed to Phar::mungServer(), expecting an array of …
16 #0 %sfrontcontroller18.php(2): Phar::mungServer(Array)
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dwrite5.phar.inc6 $phar = new Phar($fname);
8 $phar = new Phar(__FILE__);
16 $phar2 = new Phar(__FILE__);
H A Dwrite6.phar.inc6 $phar = new Phar($fname);
8 $phar = new Phar(__FILE__);
17 $phar2 = new Phar(__FILE__);
/PHP-7.1/scripts/dev/generate-phpt/
H A DgtPackage.php8 if (Phar::canWrite()) {
17 $phar = new Phar($pharPath.'/generate-phpt.phar');
/PHP-7.1/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt2 Phar: create and modify zip-based phar
26 $phar = new Phar($fname);
27 var_dump($phar->isFileFormat(Phar::ZIP));
35 $phar = new Phar($fname);
H A Dfrontcontroller18.phar.phpt2 Phar front controller $_SERVER munging failure zip-based
13 Fatal error: Uncaught PharException: No values passed to Phar::mungServer(), expecting an array of …
15 #0 %sfrontcontroller18.phar.php(2): Phar::mungServer(Array)
H A Dfrontcontroller19.phar.phpt2 Phar front controller $_SERVER munging failure 2 zip-based
13 Fatal error: Uncaught PharException: Too many values passed to Phar::mungServer(), expecting an arr…
15 #0 %sfrontcontroller19.phar.php(2): Phar::mungServer(Array)
H A Dfrontcontroller20.phar.phpt2 Phar front controller $_SERVER munging failure 3 zip-based
13 Fatal error: Uncaught PharException: Non-string value passed to Phar::mungServer(), expecting an ar…
15 #0 %sfrontcontroller20.phar.php(2): Phar::mungServer(Array)

Completed in 39 milliseconds

12345678910>>...30