Home
last modified time | relevance | path

Searched refs:files (Results 76 – 100 of 769) sorted by relevance

12345678910>>...31

/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dphar_test.inc8 foreach($files as $name => $cont)
10 global $gflags, $files;
46 $files[$name] = $comp;
53 $manifest = pack('VnVV', count($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) …
57 foreach($files as $cont)
/PHP-7.4/ext/phar/tests/
H A Ddelete_in_phar.phpt14 $files = array();
15 $files['a.php'] = '<?php echo "This is a\n"; ?>';
16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
19 include 'files/phar_test.inc';
H A Dphar_oo_compressallbz2.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A Dphar_oo_compressed_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_oo_compressed_001b.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A D024-opcache-win32.phpt29 $files = array();
30 $files['a.php'] = '<?php echo "This is a\n"; ?>';
31 $files['b.php'] = '<?php echo "This is b\n"; ?>';
32 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
34 include 'files/phar_test.inc';
H A D033.phpt14 $files = array();
15 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
16 $files['dir/'] = '';
18 include 'files/phar_test.inc';
H A D013.phpt14 $files = array();
15 $files['a'] = array('cont'=>'a', 'ulen'=>2, 'clen'=>2);
16 include 'files/phar_test.inc';
H A D014.phpt14 $files = array();
15 $files['a'] = array('cont'=>'a', 'crc32'=>crc32('aX'));
16 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_oo_compressallgz.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A Dphar_oo_compressed_002.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A Dphar_oo_compressed_002b.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A Ddelete_in_phar_confirm.phpt14 $files = array();
15 $files['a.php'] = '<?php echo "This is a\n"; ?>';
16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
19 include 'files/phar_test.inc';
H A Dopen_for_write_newfile_b.phpt16 $files = array();
17 $files['a.php'] = '<?php echo "This is a\n"; ?>';
18 $files['b.php'] = '<?php echo "This is b\n"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
20 include 'files/phar_test.inc';
H A Dopen_for_write_newfile_c.phpt16 $files = array();
17 $files['a.php'] = '<?php echo "This is a\n"; ?>';
18 $files['b.php'] = '<?php echo "This is b\n"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
20 include 'files/phar_test.inc';
H A Dphar_oo_uncompressall.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A Drefcount1.phpt14 $files = array();
15 $files['a.php'] = '<?php echo "This is a\n"; ?>';
16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
18 include 'files/phar_test.inc';
/PHP-7.4/ext/phar/tests/files/
H A Dphar_test.inc8 foreach($files as $name => $cont)
10 global $gflags, $files;
46 $files[$name] = $comp;
53 $manifest = pack('VnVV', count($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) …
57 foreach($files as $cont)
/PHP-7.4/Zend/tests/
H A Dget_required_files.phpt9 $files = get_required_files();
10 var_dump($files);
/PHP-7.4/ext/phar/tests/tar/
H A Drename_dir.phpt10 include __DIR__ . '/files/tarmaker.php.inc';
20 $files = array();
21 $files['a/x'] = 'a';
23 foreach ($files as $n => $file) {
/PHP-7.4/ext/
H A Dext_skel.php306 $files = [];
309 $files[] = 'config.m4';
313 $files[] = 'config.w32';
316 $files[] = '.gitignore';
318 foreach($files as $config_script) {
335 $files = [
340 foreach ($files as $src_file => $dst_file) {
/PHP-7.4/ext/zip/examples/
H A Dextract.php20 $files = array('test', 'testdir/test2'); variable
21 if (!$zip->extractTo("./testext/path/to", $files)) {
/PHP-7.4/ext/standard/tests/image/
H A Dimage_type_to_mime_type.phpt12 $files = array();
15 $files[] = $file;
19 sort($files);
20 foreach($files as $file) {

Completed in 34 milliseconds

12345678910>>...31