Home
last modified time | relevance | path

Searched refs:files (Results 51 – 75 of 761) sorted by relevance

12345678910>>...31

/PHP-5.4/ext/phar/tests/zip/
H A Dopen_for_write_newfile.phpt17 $files = array();
19 $files['a.php'] = '<?php echo "This is a\n"; ?>';
20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
23 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_setalias.phpt21 $files = array();
23 $files['a'] = 'a';
24 $files['b'] = 'b';
25 $files['c'] = 'c';
27 foreach ($files as $n => $file) {
/PHP-5.4/ext/phar/tests/
H A D019b.phpt18 $files = array();
19 $files['a'] = 'a';
20 $files['b/a'] = 'b';
21 $files['b/c/d'] = 'c';
22 $files['bad/c'] = 'd';
23 include 'files/phar_test.inc';
H A D019c.phpt18 $files = array();
19 $files['a'] = 'a';
20 $files['b/a'] = 'b';
21 $files['b/c/d'] = 'c';
22 $files['bad/c'] = 'd';
23 include 'files/phar_test.inc';
H A D019cU.phpt18 $files = array();
19 $files['a'] = 'a';
20 $files['b/a'] = 'b';
21 $files['b/c/d'] = 'c';
22 $files['bad/c'] = 'd';
23 include 'files/phar_test.inc';
H A D020.phpt16 $files = array();
17 $files['a'] = 'a';
18 $files['b/a'] = 'b';
19 $files['b/c/d'] = 'c';
20 $files['bad/c'] = 'd';
21 include 'files/phar_test.inc';
H A Dtest_signaturealgos.phpt16 $a = new Phar(dirname(__FILE__) . '/files/sha1.phar');
19 $a = new Phar(dirname(__FILE__) . '/files/sha512.phar');
22 $a = new Phar(dirname(__FILE__) . '/files/sha256.phar');
25 $a = new Phar(dirname(__FILE__) . '/files/md5.phar');
28 $a = new Phar(dirname(__FILE__) . '/files/openssl.phar');
H A Dphar_bz2.phpt25 $files = array();
26 $files['tar_004.php'] = '<?php var_dump(__FILE__);';
27 $files['internal/file/here'] = "hi there!\n";
28 $files['internal/dir/'] = '';
29 $files['dir/'] = '';
32 include 'files/phar_test.inc';
H A Dphar_gzip.phpt27 $files = array();
28 $files['tar_004.php'] = '<?php var_dump(__FILE__);';
29 $files['internal/file/here'] = "hi there!\n";
30 $files['internal/dir/'] = '';
31 $files['dir/'] = '';
34 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 D018U.phpt18 $files = array();
19 $files['a'] = 'a';
20 $files['b/a'] = 'b';
21 include 'files/phar_test.inc';
H A D018.phpt18 $files = array();
19 $files['a'] = 'a';
20 $files['b/a'] = 'b';
21 include 'files/phar_test.inc';
H A Dphar_setalias2.phpt14 $files = array();
15 $files['a'] = 'a';
16 $files['b'] = 'b';
17 $files['c'] = 'c';
19 include 'files/phar_test.inc';
H A Ddelete_in_phar_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_existing_c.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_c_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_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_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_stub_write.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 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';
/PHP-5.4/ext/phar/tests/tar/
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 Drefcount1.phpt12 include dirname(__FILE__) . '/files/tarmaker.php.inc';
20 $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"; ?>';
25 $files['.phar/alias.txt'] = 'hio';
27 foreach ($files as $n => $file) {
/PHP-5.4/ext/mysql/tests/
H A Dbug55473.phpt60 printf("[005] Setting openened files...\n");
64 printf("[007] Opened files as expected\n");
72 [005] Setting openened files...
74 [007] Opened files as expected
76 [007] Opened files as expected
78 [007] Opened files as expected
/PHP-5.4/ext/spl/tests/
H A DDirectoryIterator_getExtension_basic.phpt14 $files = array('test.txt', 'test.extension', 'test..', 'test.', 'test');
15 foreach ($files as $file) {
37 $files = array('test.txt', 'test.extension', 'test..', 'test.', 'test');
38 foreach ($files as $file) {

Completed in 36 milliseconds

12345678910>>...31