Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_existing_b.phpt17 $files = array();
18 $files['a.php'] = '<?php echo "This is a\n"; ?>';
19 $files['b.php'] = '<?php echo "This is b\n"; ?>';
20 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
21 include 'files/phar_test.inc';
H A Dopen_for_write_existing_b_5_2.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"; ?>';
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 D015.phpt14 $files = array();
15 $files['a'] = array('cont'=>'a','comp'=>chr(75) . chr(4) . chr(0) /* 'a' gzdeflated */, 'flags'=>0x…
16 include 'files/phar_test.inc';
H A D015b.phpt14 $files = array();
15 $files['a'] = array('cont'=>'Hello World', 'comp'=>pack('H*', '425a6834314159265359065c89da00000097…
16 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_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 Drefcount1_5_2.phpt20 $files = array();
22 $files['a.php'] = '<?php echo "This is a\n"; ?>';
23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
26 foreach ($files as $n => $file) {
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"; ?>';
27 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';
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_existing_c.phpt20 $files = array();
22 $files['a.php'] = '<?php echo "This is a\n"; ?>';
23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
26 foreach ($files as $n => $file) {
H A Dopen_for_write_existing_c_5_2.phpt18 $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"; ?>';
24 foreach ($files as $n => $file) {
H A Drmdir.phpt10 include dirname(__FILE__) . '/files/tarmaker.php.inc';
20 $files = array();
21 $files['a/x'] = 'a';
23 foreach ($files as $n => $file) {
H A Drename.phpt10 include dirname(__FILE__) . '/files/tarmaker.php.inc';
20 $files = array();
21 $files['a'] = 'a';
23 foreach ($files as $n => $file) {
H A Drename_dir.phpt10 include dirname(__FILE__) . '/files/tarmaker.php.inc';
20 $files = array();
21 $files['a/x'] = 'a';
23 foreach ($files as $n => $file) {
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_existing_c.phpt20 $files = array();
22 $files['a.php'] = '<?php echo "This is a\n"; ?>';
23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
26 foreach ($files as $n => $file) {
H A Dopen_for_write_existing_c_5_2.phpt18 $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"; ?>';
24 foreach ($files as $n => $file) {
H A Drefcount1_5_2.phpt20 $files = array();
22 $files['a.php'] = '<?php echo "This is a\n"; ?>';
23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
26 foreach ($files as $n => $file) {
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A DREADME8 .c files may include *_private.h.
9 .h files may not include *_private.h
12 that are nonetheless shared between source files without redundant extern declarations..
/PHP-5.5/scripts/dev/
H A Dcredits15 php5/sapi/.../CREDITS files
24 files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
25 awk "$awkprog" $files | sort -f | uniq >> $file
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dphar_test.inc10 foreach($files as $name => $cont)
12 global $gflags, $files;
48 $files[$name] = $comp;
55 $manifest = pack('VnVV', count($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) …
59 foreach($files as $cont)
/PHP-5.5/ext/phar/tests/files/
H A Dphar_test.inc10 foreach($files as $name => $cont)
12 global $gflags, $files;
48 $files[$name] = $comp;
55 $manifest = pack('VnVV', count($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) …
59 foreach($files as $cont)

Completed in 29 milliseconds

12345678910>>...31