Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.4/ext/phar/tests/zip/
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)
H A Dcreate_new_and_modify.phpt2 Phar: create and modify zip-based phar
27 $phar = new Phar($fname);
28 var_dump($phar->isFileFormat(Phar::ZIP));
36 $phar = new Phar($fname);
H A Dlargezip.phpt2 Phar: large zip file (zip edge cases)
15 $p = new Phar($fname);
20 $p2 = new Phar($fname2);
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg, zip-based phar
12 $phar = new Phar($fname);
71 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 1 g…
77 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 2 g…
/PHP-7.4/ext/phar/tests/
H A Dphar_copy.phpt2 Phar: copy()
19 $p = new Phar($fname);
27 $p['a']->compress(Phar::GZ);
40 $p2 = new Phar($fname2);
56 $p2['a']->compress(Phar::GZ);
81 file "d" cannot be copied to file ".phar/stub.php", cannot copy to Phar meta-file in %sphar_copy2.p…
82 file ".phar/stub.php" cannot be copied to file "d", cannot copy Phar meta-file in %sphar_copy2.phar…
H A Dstat2_5.3.phpt2 Phar: test stat function interceptions and is_file/is_link edge cases (PHP 5.3+)
10 Phar::interceptFileFuncs();
19 $b = $a->convertToExecutable(Phar::TAR, Phar::NONE, '.phar.tar');
21 Phar::unlinkArchive($fname2);
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 Dfile_get_contents.phpt2 Phar: test file_get_contents() interception
11 $a = new Phar($fname);
20 Phar::interceptFileFuncs();
H A Dphar_oo_getmodified.phpt2 Phar::getModified()
22 $phar = new Phar($fname);
24 $phar->compressFiles(Phar::GZ);
H A Dreadfile.phpt2 Phar: test readfile() interception
11 $a = new Phar($fname);
20 Phar::interceptFileFuncs();
H A Dbug71625.phpt2 Phar - Bug #71625 - Crash in php7.dll
17 $phar = new Phar("A:A:.phar");
24 #0 %sbug71625.php(%d): Phar->__construct('A:A:.phar')
H A D003.phpt2 Phar::canCompress
8 var_dump(Phar::canCompress() == (
H A D004.phpt2 Phar::mapPhar no __HALT_COMPILER();
8 Phar::mapPhar('hio');
H A Dphar_setalias2.phpt2 Phar::setAlias() error
21 $phar = new Phar($fname);
26 $phar = new Phar(__DIR__ . '/notphar.phar');
33 $b = new Phar(__DIR__ . '/nope.phar', 0, 'test');
/PHP-7.4/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt2 Phar: create and modify tar-based phar
27 $phar = new Phar($fname);
28 var_dump($phar->isFileFormat(Phar::TAR));
36 $phar = new Phar($fname);
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg, tar-based phar
12 $phar = new Phar($fname);
71 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 1 g…
77 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 2 g…
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller8.phar2 Phar::webPhar("whatever", "index.php", "404.php", array("jpg" => "foo/bar", "phps" => Phar::PHP, "p…
H A Dwrite8.phar2 $p = new Phar(__FILE__);
4 $p2 = new Phar(__FILE__);
H A Dwrite11.phar2 $p = new Phar(__FILE__);
4 $p2 = new Phar(__FILE__);
H A Dwrite9.phar2 $p = new Phar(__FILE__);
4 $p2 = new Phar(__FILE__);
H A Dwrite21.phar2 $p = new Phar(__FILE__);
4 $p["test.txt"]->compress(Phar::GZ);
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller8.phar2 Phar::webPhar("whatever", "index.php", "404.php", array("jpg" => "foo/bar", "phps" => Phar::PHP, "p…
/PHP-7.4/ext/phar/
H A Dconfig.w3225 STDOUT.WriteLine(' Native OpenSSL support in Phar enabled');
27 WARNING('Could not enable native OpenSSL support in Phar');
32 STDOUT.WriteLine(' Native OpenSSL support in Phar enabled');
34 STDOUT.WriteLine(' Native OpenSSL support in Phar disabled');

Completed in 46 milliseconds

12345678910>>...28