Home
last modified time | relevance | path

Searched refs:files (Results 201 – 225 of 769) sorted by last modified time

12345678910>>...31

/PHP-7.4/ext/phar/tests/tar/
H A Dtar_gzip.phpt13 include __DIR__ . '/files/tarmaker.php.inc';
H A Dtruncated.phpt8 $p = new PharData(__DIR__ . '/files/trunc.tar');
H A Dphar_setalias.phpt18 $files = array();
20 $files['a'] = 'a';
21 $files['b'] = 'b';
22 $files['c'] = 'c';
24 foreach ($files as $n => $file) {
H A Dphar_setalias2.phpt17 $files = array();
19 $files['a'] = 'a';
20 $files['b'] = 'b';
21 $files['c'] = 'c';
23 foreach ($files as $n => $file) {
H A Dphar_setsignaturealgo2.phpt34 $config = __DIR__ . '/../files/openssl.cnf';
36 $private = openssl_get_privatekey(file_get_contents(dirname(__DIR__) . '/files/private.pem'));
H A Drefcount1.phpt10 include __DIR__ . '/files/tarmaker.php.inc';
18 $files = array();
20 $files['a.php'] = '<?php echo "This is a\n"; ?>';
21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
23 $files['.phar/alias.txt'] = 'hio';
25 foreach ($files as $n => $file) {
H A Drequire_hash.phpt11 include __DIR__ . '/files/tarmaker.php.inc';
H A Dtar_nohash.phpt12 $phar = new PharData(__DIR__ . '/files/Net_URL-1.0.15.tgz');
H A Dtar_nostub.phpt10 include __DIR__ . '/files/tarmaker.php.inc';
/PHP-7.4/ext/phar/tests/
H A Dtest_signaturealgos.phpt14 $a = new Phar(__DIR__ . '/files/sha1.phar');
17 $a = new Phar(__DIR__ . '/files/sha512.phar');
20 $a = new Phar(__DIR__ . '/files/sha256.phar');
23 $a = new Phar(__DIR__ . '/files/md5.phar');
26 $a = new Phar(__DIR__ . '/files/openssl.phar');
H A Dwithphar.phpt7 include __DIR__ . '/files/nophar.phar';
H A Dzf_test.phpt13 $orig_file = __DIR__ . "/files/$file.tgz";
H A Dphar_convert_tar.phpt18 $files = array();
19 $files['a'] = 'a';
20 $files['b'] = 'b';
21 $files['c'] = 'c';
23 include 'files/phar_test.inc';
H A Dphar_convert_tar2.phpt19 $files = array();
20 $files['a'] = 'a';
21 $files['b'] = 'b';
22 $files['c'] = 'c';
24 include 'files/phar_test.inc';
H A Dphar_convert_tar3.phpt19 $files = array();
20 $files['a'] = 'a';
21 $files['b'] = 'b';
22 $files['c'] = 'c';
24 include 'files/phar_test.inc';
H A Dphar_convert_zip.phpt18 $files = array();
19 $files['a'] = 'a';
20 $files['b'] = 'b';
21 $files['c'] = 'c';
23 include 'files/phar_test.inc';
H A Dphar_ctx_001.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A Dphar_decompress.phpt16 $files = array();
17 $files['a'] = 'a';
18 $files['b'] = 'b';
19 $files['c'] = 'c';
21 include 'files/phar_test.inc';
H A Dphar_dotted_path.phpt19 $files = array();
20 $files['a'] = 'this is a';
21 $files['b'] = 'this is b';
23 include 'files/phar_test.inc';
H A Dphar_extract3.phpt10 $fname = __DIR__ . '/files/bogus.zip';
11 $fname2 = __DIR__ . '/files/notbogus.zip';
H A Dphar_gzip.phpt24 $files = array();
25 $files['tar_004.php'] = '<?php var_dump(__FILE__);';
26 $files['internal/file/here'] = "hi there!\n";
27 $files['internal/dir/'] = '';
28 $files['dir/'] = '';
31 include 'files/phar_test.inc';
H A Dphar_metadata_read.phpt16 $files = array();
18 $files['a'] = array('cont' => 'a');
19 $files['b'] = array('cont' => 'b');
20 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there'));
21 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar'));
22 include 'files/phar_test.inc';
24 foreach($files as $name => $cont) {
35 foreach($files as $name => $cont) {
45 foreach($files as $name => $cont) {
H A Dphar_metadata_write.phpt16 $files = array();
17 $files['a'] = array('cont' => 'a');
18 $files['b'] = array('cont' => 'b', 'meta' => 'hi there');
19 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there'));
20 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar'));
21 include 'files/phar_test.inc';
23 foreach($files as $name => $cont) {
37 foreach($files as $name => $cont) {
43 foreach($files as $name => $cont) {
/PHP-7.4/ext/phar/tests/zip/
H A Dbadalias.phpt9 $e = __DIR__ . '/files/';
H A Dbug48791.phpt8 echo file_get_contents('phar://' . __DIR__ . '/files/test.odt/content.xml'), "\n";

Completed in 46 milliseconds

12345678910>>...31