Home
last modified time | relevance | path

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

12345678910>>...32

/php-src/ext/phar/tests/
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_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 Ddelete_in_phar.phpt15 $files = array();
16 $files['a.php'] = '<?php echo "This is a\n"; ?>';
17 $files['b.php'] = '<?php echo "This is b\n"; ?>';
18 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
20 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 D024-opcache-win32.phpt30 $files = array();
31 $files['a.php'] = '<?php echo "This is a\n"; ?>';
32 $files['b.php'] = '<?php echo "This is b\n"; ?>';
33 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
35 include 'files/phar_test.inc';
H A Dgh13833.phpt15 $files = array();
16 $files['a'] = 'a';
17 include 'files/phar_test.inc';
21 $files['a'] = array('cont' => 'a');
22 include 'files/phar_test.inc';
H A Dbug65414.phpt2 Bug #65414 Injection (A1) in .phar files magic .phar directory
28 .phar/injected-1.txt:Cannot create any files in magic ".phar" directory
29 /.phar/injected-2.txt:Cannot create any files in magic ".phar" directory
31 /.phar/:Cannot create any files in magic ".phar" directory
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 Dopen_for_write_newfile_b.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';
H A Dopen_for_write_newfile_c.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';
H A Dphar_stub_write_file.phpt16 $files = array();
17 $files['a'] = 'a';
18 $files['b'] = 'b';
19 $files['c'] = 'c';
21 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 Dphar_metadata_write2.phpt14 $files = array();
15 $files['a'] = array('cont' => 'a');
16 include 'files/phar_test.inc';
18 foreach($files as $name => $cont) {
/php-src/ext/phar/tests/tar/
H A Drmdir.phpt10 include __DIR__ . '/files/tarmaker.php.inc';
20 $files = array();
21 $files['a/x'] = 'a';
23 foreach ($files as $n => $file) {
H A Drename.phpt10 include __DIR__ . '/files/tarmaker.php.inc';
20 $files = array();
21 $files['a'] = 'a';
23 foreach ($files as $n => $file) {
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-src/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-src/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-src/scripts/dev/
H A Dcredits21 sapi/.../CREDITS files
30 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
31 awk "$awkprog" $files | LC_ALL=C sort -f | uniq >> $file
/php-src/ext/fileinfo/tests/upstream/
H A Dext4.result1 …system data, UUID=d32bbb08-3a76-4510-a064-3045f887dbdf (extents) (64bit) (large files) (huge files)
/php-src/ext/
H A Dext_skel.php295 $files = [];
298 $files[] = 'config.m4';
302 $files[] = 'config.w32';
305 $files[] = '.gitignore';
307 foreach($files as $config_script) {
323 $files = [
330 foreach ($files as $src_file => $dst_file) {

Completed in 24 milliseconds

12345678910>>...32