Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-5.4/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-5.4/ext/phar/tests/
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_test.phar.php');
57 string(42) "phar://*/files/phar_oo_test.phar.php%ca.php"
70 string(38) "phar://*/files/phar_oo_test.phar.php%cb"
83 string(42) "phar://*/files/phar_oo_test.phar.php%cb.php"
96 string(42) "phar://*/files/phar_oo_test.phar.php%ce.php"
110 string(42) "phar://*/files/phar_oo_test.phar.php%ca.php"
116 string(44) "phar://*/files/phar_oo_test.phar.php/b%cc.php"
122 string(44) "phar://*/files/phar_oo_test.phar.php/b%cd.php"
128 string(42) "phar://*/files/phar_oo_test.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_test.phar.php');
57 unicode(42) "phar://*/files/phar_oo_test.phar.php%ca.php"
70 unicode(38) "phar://*/files/phar_oo_test.phar.php%cb"
83 unicode(42) "phar://*/files/phar_oo_test.phar.php%cb.php"
96 unicode(42) "phar://*/files/phar_oo_test.phar.php%ce.php"
110 unicode(42) "phar://*/files/phar_oo_test.phar.php%ca.php"
116 unicode(44) "phar://*/files/phar_oo_test.phar.php/b%cc.php"
122 unicode(44) "phar://*/files/phar_oo_test.phar.php/b%cd.php"
128 unicode(42) "phar://*/files/phar_oo_test.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-5.4/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-5.4/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.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-5.4/ext/phar/tests/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) {
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_setalias.phpt18 $files = array();
20 $files['a'] = 'a';
21 $files['b'] = 'b';
22 $files['c'] = 'c';
24 foreach ($files as $n => $file) {
/PHP-5.4/win32/build/
H A DDSP.README4 These files are only intended for use in debugging and profiling,
8 With this in mind, the script will only generate basic .dsp files
14 > buildconf --add-project-files
17 The resulting workspace files should appear at /win32/phpdll[ts].dsw
21 If the .dsw files haven't generated in a sane way, the most likely reason
22 will be that the template files have become corrupted. They need DOS
23 line endings (CR/LF) in order to function. The affected files are:
/PHP-5.4/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) {
/PHP-5.4/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"

Completed in 26 milliseconds

12345678910>>...31