Home
last modified time | relevance | path

Searched refs:files (Results 126 – 150 of 769) sorted by relevance

12345678910>>...31

/PHP-5.5/ext/phar/tests/
H A Ddelete.phpt16 $files = array();
17 $files['a'] = 'a';
18 include 'files/phar_test.inc';
H A Dopen_for_write_newfile_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_newfile_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 Drename_dir.phpt17 $files = array();
18 $files['a/x'] = 'a';
19 include 'files/phar_test.inc';
H A Dphar_ctx_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_stub.phpt14 $files = array();
15 $files['a'] = 'a';
16 $files['b'] = 'b';
17 $files['c'] = 'c';
19 include 'files/phar_test.inc';
H A D033a.phpt14 $files = array();
15 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
16 include 'files/phar_test.inc';
H A Dphar_oo_007.phpt11 require_once 'files/phar_oo_test.inc';
62 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
66 MyFile::__construct(phar://*/files/phar_oo_test.phar.php/a.php)
82 MyFile::__construct(phar://*/files/phar_oo_test.phar.php/a.php)
H A Drename_dir_and_mount.phpt16 $files = array();
17 $files['a/x'] = 'a';
18 $files['a/b/x'] = 'a';
19 include 'files/phar_test.inc';
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_newfile_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_newfile_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.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_newfile_b.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_newfile_b_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) {
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_newfile_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_newfile_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 Dopen_for_write_newfile_b.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_newfile_b_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) {
/PHP-5.5/ext/standard/tests/file/
H A Dfilesize_variation1-win32.phpt2 Test filesize() function: usage variations - size of files
21 echo "*** Checking filesize() with different size of files ***\n";
34 *** Checking filesize() with different size of files ***
/PHP-5.5/ext/session/tests/
H A Dbug55688.phpt7 session.save_handler=files
10 ini_set('session.save_handler', 'files');
/PHP-5.5/ext/phar/tests/files/
H A Dinclude_path.phar2 set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar'…
4 set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar/…
/PHP-5.5/ext/ereg/regex/
H A DREADME15 files and routines that old systems may not have. Note also that
22 "make lib" builds just the .o files for the actual routines (when
25 library or *.o ("make lib" makes sure there are no other .o files left
31 Regex.h goes in /usr/include. All other .h files are internal only.
/PHP-5.5/ext/mysql/
H A Dmysql.mak23 # Extensions of all input and output files
27 # Source files
35 # Library files
38 # Destination directories and files
151 @echo Deleting all dependency files...
156 @echo Deleting all object files...
161 @echo Deleting binary files...
163 @echo Deleting MAP, DEF files, etc....
/PHP-5.5/ext/pgsql/
H A Dpgsql.mak20 # Extensions of all input and output files
24 # Source files
32 # Library files
35 # Destination directories and files
152 @echo Deleting all dependency files...
157 @echo Deleting all object files...
162 @echo Deleting binary files...
164 @echo Deleting MAP, DEF files, etc....
/PHP-5.5/ext/ldap/
H A Dldap.mak15 # Extensions of all input and output files
19 # Source files
27 # Library files
30 # Destination directories and files
155 @echo Deleting all dependency files...
160 @echo Deleting all object files...
165 @echo Deleting binary files...
167 @echo Deleting MAP, DEF files, etc....

Completed in 34 milliseconds

12345678910>>...31