Home
last modified time | relevance | path

Searched refs:phar (Results 701 – 723 of 723) sorted by relevance

1...<<212223242526272829

/PHP-7.1/ext/phar/tests/
H A Dphar_get_supportedcomp4.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
H A Dbug71391.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
H A Dbug74386.phpt4 <?php if (!extension_loaded("phar") || !extension_loaded('reflection')) die("skip"); ?>
H A Dbug45218_SLOWTESTU.phpt5 if (!extension_loaded("phar")) die("skip");
10 phar.require_hash=0
11 phar.readonly=0
14 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';
44 $phar = new Phar($fname);
45 $ret = $phar->buildFromIterator(new myIterator);
58 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
H A Dbug45218_SLOWTEST.phpt5 if (!extension_loaded("phar")) die("skip");
10 phar.require_hash=0
11 phar.readonly=0
14 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';
44 $phar = new Phar($fname);
45 $ret = $phar->buildFromIterator(new myIterator);
58 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
/PHP-7.1/ext/openssl/tests/
H A Dbug65538.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
9 include 'phar://' . __FILE__ . '/' . Extract_Phar::START;
159 die('Could not locate temporary directory to extract phar');
164 $temp .= '/pharextract/'.basename(__FILE__, '.phar');
261 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
266 die("Invalid internal .phar file (checksum error)");
/PHP-7.1/ext/phar/tests/tar/
H A Dbug71504.phpt4 <?php if (!extension_loaded('phar')) die('skip'); ?>
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar.inc2 $fname = dirname(__FILE__) . '/nophar.phar';
/PHP-7.1/ext/phar/tests/files/
H A Dnophar.phar.inc2 $fname = dirname(__FILE__) . '/nophar.phar';
/PHP-7.1/ext/phar/phar/
H A Dphar.inc4 * @file phar.inc
/PHP-7.1/win32/build/
H A Dmkdist.php472 $phar = new Phar($dist_dir . '/pharcommand.phar', 0, 'pharcommand');
480 $phar[(string) $file] = file_get_contents($path_to_phar. '/phar/' . $file);
483 $phar->setSignatureAlgorithm(Phar::SHA1);
487 $phar->setStub(implode('', $stub));
/PHP-7.1/ext/zlib/tests/
H A Dbug_40189.phpt9 // this string is an excerpt of a phar archive that caused an infinite loop
/PHP-7.1/ext/phar/tests/zip/
H A Dbzip2.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
14 $a = new Phar(dirname(__FILE__) . '/files/bz2_alias.phar.zip');
H A Dbug48791.phpt2 Phar: Bug #48791: open office documents always reported as corrupted by phar extension
4 <?php if (!extension_loaded("phar")) die("skip"); ?>
9 echo file_get_contents('phar://' . dirname(__FILE__) . '/files/test.odt/content.xml'), "\n";
/PHP-7.1/
H A Dmakedist121 wget https://pear.php.net/install-pear-nozlib.phar -nd -P pear/
H A DNEWS840 - phar:
1022 - phar:
1102 - phar:
1103 . Fixed bug #74383 (phar method parameters reflection correction).
1189 . Fixed bug #73677 (Generating phar.phar core dump with gcc ASAN enabled
1305 . Fixed bug #73983 (crash on finish work with phar in cli + opcache).
1931 . Fixed bug #72928 (Out of bound when verify signature of zip phar in
1933 . Fixed bug #73035 (Out of bound when verify signature of tar phar in
2430 . Fixed bug #72928 (Out of bound when verify signature of zip phar in
2432 . Fixed bug #73035 (Out of bound when verify signature of tar phar in
[all …]
H A DEXTENSIONS368 EXTENSION: phar
H A Dphp.ini-development1041 ; http://php.net/phar.readonly
1042 ;phar.readonly = On
1044 ; http://php.net/phar.require-hash
1045 ;phar.require_hash = On
1047 ;phar.cache_list =
H A Dphp.ini-production1041 ; http://php.net/phar.readonly
1042 ;phar.readonly = On
1044 ; http://php.net/phar.require-hash
1045 ;phar.require_hash = On
1047 ;phar.cache_list =
H A DREADME.RELEASE_PROCESS179 Check if the pear files are updated (phar).
/PHP-7.1/ext/phar/
H A Dphar_path_check.re3 | phar php single-file executable PHP extension |
/PHP-7.1/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc3 // specifically corrupted zip archives for unit-testing zip support in the phar extension
/PHP-7.1/scripts/dev/
H A Dgenerate-phpt.phar2 Phar::mapPhar('generate-phpt.phar');
3 require 'phar://generate-phpt.phar/generate-phpt.php';

Completed in 61 milliseconds

1...<<212223242526272829