Home
last modified time | relevance | path

Searched refs:files (Results 26 – 50 of 852) sorted by relevance

12345678910>>...35

/PHP-7.1/ext/phar/tests/
H A D016.phpt15 $files = array();
17 $files['a'] = array('cont'=>b'a','comp'=> (binary)pack('H*', 'cbc80400'),'flags'=>0x00001000, 'ulen…
18 $files['b'] = $files['a'];
19 $files['c'] = array('cont'=>b'*');
20 $files['d'] = $files['a'];
21 include 'files/phar_test.inc';
H A Dphar_oo_getmodified.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b'] = 'b';
18 $files['c'] = 'c';
20 include 'files/phar_test.inc';
H A Dphar_setalias.phpt14 $files = array();
15 $files['a'] = 'a';
16 $files['b'] = 'b';
17 $files['c'] = 'c';
19 include 'files/phar_test.inc';
H A D021.phpt15 $files = array();
16 $files['a'] = 'a';
17 $files['b/a'] = 'b';
18 $files['b/c/d'] = 'c';
19 $files['bad/c'] = 'd';
21 include 'files/phar_test.inc';
H A D024.phpt13 $files = array();
14 $files['a.php'] = '<?php echo "This is a\n"; ?>';
15 $files['b.php'] = '<?php echo "This is b\n"; ?>';
16 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
18 include 'files/phar_test.inc';
H A D025.phpt13 $files = array();
14 $files['a'] = '<?php echo "This is a\n"; ?>';
15 $files['b'] = '<?php echo "This is b\n"; ?>';
16 $files['b/b'] = '<?php echo "This is b/b\n"; ?>';
18 include 'files/phar_test.inc';
H A Dphar_oo_002.phpt15 require_once 'files/phar_oo_test.inc';
53 unlink(dirname(__FILE__) . '/files/phar_oo_002.phar.php');
57 string(41) "phar://*/files/phar_oo_002.phar.php%ca.php"
70 string(37) "phar://*/files/phar_oo_002.phar.php%cb"
83 string(41) "phar://*/files/phar_oo_002.phar.php%cb.php"
96 string(41) "phar://*/files/phar_oo_002.phar.php%ce.php"
110 string(41) "phar://*/files/phar_oo_002.phar.php%ca.php"
116 string(43) "phar://*/files/phar_oo_002.phar.php/b%cc.php"
122 string(43) "phar://*/files/phar_oo_002.phar.php/b%cd.php"
128 string(41) "phar://*/files/phar_oo_002.phar.php%cb.php"
[all …]
H A Dphar_oo_002U.phpt15 require_once 'files/phar_oo_test.inc';
53 unlink(dirname(__FILE__) . '/files/phar_oo_002U.phar.php');
57 unicode(42) "phar://*/files/phar_oo_002.phar.php%ca.php"
70 unicode(38) "phar://*/files/phar_oo_002.phar.php%cb"
83 unicode(42) "phar://*/files/phar_oo_002.phar.php%cb.php"
96 unicode(42) "phar://*/files/phar_oo_002.phar.php%ce.php"
110 unicode(42) "phar://*/files/phar_oo_002.phar.php%ca.php"
116 unicode(44) "phar://*/files/phar_oo_002.phar.php/b%cc.php"
122 unicode(44) "phar://*/files/phar_oo_002.phar.php/b%cd.php"
128 unicode(42) "phar://*/files/phar_oo_002.phar.php%cb.php"
[all …]
H A D029.phpt16 $files = array();
17 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
18 $files['b.php'] = '<?php echo "This is b\n"; include "'.$pname.'/b/c.php"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c\n"; include "'.$pname.'/b/d.php"; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d\n"; include "'.$pname.'/e.php"; ?>';
21 $files['e.php'] = '<?php echo "This is e\n"; ?>';
23 include 'files/phar_test.inc';
H A Dopen_for_write_existing.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_gzipU.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 D019bU.phpt19 $files = array();
20 $files['a'] = 'a';
21 $files['b/a'] = 'b';
22 $files['b/c/d'] = 'c';
23 $files['bad/c'] = 'd';
25 include 'files/phar_test.inc';
H A Dopen_for_write_newfile.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 D023.phpt13 $files = array();
14 $files['a.php'] = '<?php echo "This is a\n"; ?>';
15 $files['b.php'] = '<?php echo "This is b\n"; ?>';
16 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
18 include 'files/phar_test.inc';
/PHP-7.1/ext/phar/tests/zip/
H A Dcorrupt_008.phpt9 new PharData(dirname(__FILE__) . '/files/compress_unsup1.zip');
14 new PharData(dirname(__FILE__) . '/files/compress_unsup2.zip');
19 new PharData(dirname(__FILE__) . '/files/compress_unsup3.zip');
24 new PharData(dirname(__FILE__) . '/files/compress_unsup4.zip');
29 new PharData(dirname(__FILE__) . '/files/compress_unsup5.zip');
34 new PharData(dirname(__FILE__) . '/files/compress_unsup6.zip');
39 new PharData(dirname(__FILE__) . '/files/compress_unsup7.zip');
44 new PharData(dirname(__FILE__) . '/files/compress_unsup9.zip');
49 new PharData(dirname(__FILE__) . '/files/compress_unsup10.zip');
54 new PharData(dirname(__FILE__) . '/files/compress_unsup14.zip');
[all …]
H A Dopen_for_write_existing.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) {
/PHP-7.1/Zend/
H A DZendCore.dep4 "..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
19 "..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
27 "..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
47 "..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
59 "..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
80 "..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
97 "..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
107 "..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
127 "..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
144 "..\..\..\program files\microsoft visual studio\vc98\include\basetsd.h"\
[all …]
/PHP-7.1/ext/standard/tests/file/
H A Dtempnam_variation1.phpt2 Test tempnam() function: usage variations - creating files
14 /* Creating number of unique files by passing a file name as prefix */
19 echo "*** Testing tempnam() in creation of unique files ***\n";
22 $files[$i] = tempnam("$file_path", "tempnam_variation1.tmp");
24 if( file_exists($files[$i]) ) {
27 print($files[$i]);
31 printf("%o", fileperms($files[$i]) );
36 print_r( fileinode($files[$i]) ); //checking inodes
40 $file_dir = dirname($files[$i]);
58 unlink($files[$i]);
[all …]
H A Dtempnam_variation1-win32-mb.phpt2 Test tempnam() function: usage variations - creating files
14 /* Creating number of unique files by passing a file name as prefix */
19 echo "*** Testing tempnam() in creation of unique files ***\n";
22 $files[$i] = tempnam("$file_path", "tempnam_variation1.tmp");
24 if( file_exists($files[$i]) ) {
27 print($files[$i]);
31 printf("%o", fileperms($files[$i]) );
36 $file_dir = dirname($files[$i]);
54 unlink($files[$i]);
62 *** Testing tempnam() in creation of unique files ***
H A Dtempnam_variation1-win32.phpt2 Test tempnam() function: usage variations - creating files
14 /* Creating number of unique files by passing a file name as prefix */
19 echo "*** Testing tempnam() in creation of unique files ***\n";
22 $files[$i] = tempnam("$file_path", "tempnam_variation1.tmp");
24 if( file_exists($files[$i]) ) {
27 print($files[$i]);
31 printf("%o", fileperms($files[$i]) );
36 $file_dir = dirname($files[$i]);
54 unlink($files[$i]);
62 *** Testing tempnam() in creation of unique files ***
/PHP-7.1/ext/phar/tests/tar/
H A Dbug71317-duplicate-filename.phpt2 Bug #71317: regression in opening tar based phar files
9 include dirname(__FILE__) . '/files/tarmaker.php.inc';
11 $testDirectory = __DIR__ . '/files/test_bug71317';
12 $testTarFilename = __DIR__ . '/files/test_bug71317.tar';
42 $testDirectory = __DIR__ . '/files/test_bug71317';
43 $testTarFilename = __DIR__ . '/files/test_bug71317.tar';
H A Dopen_for_write_existing.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) {
/PHP-7.1/ext/session/tests/
H A Dsession_module_name_basic.phpt17 var_dump(session_module_name("files"));
30 string(5) "files"
32 string(5) "files"
34 string(5) "files"
/PHP-7.1/ext/standard/tests/image/
H A Dgetimagesize_246x247.phpt12 $files = array();
15 $files[] = $file;
19 sort($files);
20 foreach($files as $file) {
H A Dgetimagesize_384x385.phpt12 $files = array();
15 $files[] = $file;
19 sort($files);
20 foreach($files as $file) {

Completed in 49 milliseconds

12345678910>>...35