Home
last modified time | relevance | path

Searched refs:files (Results 201 – 225 of 852) sorted by relevance

12345678910>>...35

/PHP-7.1/ext/phar/tests/
H A Dphar_extract3.phpt10 $fname = dirname(__FILE__) . '/files/bogus.zip';
11 $fname2 = dirname(__FILE__) . '/files/notbogus.zip';
H A Dphar_oo_001.phpt15 require_once 'files/phar_oo_test.inc';
49 unlink(dirname(__FILE__) . '/files/phar_oo_001.phar.php');
H A Dphar_oo_003.phpt11 require_once 'files/phar_oo_test.inc';
30 unlink(dirname(__FILE__) . '/files/phar_oo_003.phar.php');
H A Dphar_construct_invalidurl.phpt27 …archive from a URL like "http://should.fail.com". Phar objects can only be created from local files
28 … create a phar archive from a URL like "http://". Phar objects can only be created from local files
H A Dphar_oo_010.phpt13 require_once 'files/phar_oo_test.inc';
39 unlink(dirname(__FILE__) . '/files/phar_oo_010.phar.php');
H A Dphar_oo_006.phpt11 require_once 'files/phar_oo_test.inc';
41 unlink(dirname(__FILE__) . '/files/phar_oo_006.phar.php');
H A Dphar_convert_repeated.phpt18 $files = array();
19 $files['a'] = 'a';
20 $files['b'] = 'b';
21 $files['c'] = 'c';
23 include 'files/phar_test.inc';
H A Dcached_manifest_1.phpt9 phar.cache_list={PWD}/files/nophar.phar
12 $pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';
H A Dcached_manifest_1U.phpt9 phar.cache_list={PWD}/files/nophar.phar
12 $pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';
/PHP-7.1/ext/phar/
H A DTODO39 This allows to have the installed files and the archive keep the same
78 template files in a location external to the phar. Copy of the files
82 X make convertToZip/convertToTar rename files [Steph]
85 X don't automatically add a stub to .zip or .tar files [Steph]
88 X allow read/write on .tar/.zip files that do not contain a stub or alias [Steph/Greg]
103 X Layout: Option to compress all content rather than single files. (tar/phar
108 * implement write support for mounted files even if phar.readonly=1
113 files inside an internal phar would be denied, as the entire archive must
/PHP-7.1/ext/session/
H A Dmod_files.h27 PS_FUNCS_UPDATE_TIMESTAMP(files);
/PHP-7.1/ext/standard/tests/file/
H A Dfile.inc5 delete_files() : delete files
9 change_file_perms() : Change permission of files
156 $count = no. of files, default is 1
203 $file_path = dir where files will be created
230 filled => total files filled
452 $file_path = location of the files
455 $count = number of files to be deleted
458 deleted = Number of files deleted.
495 $file_path = location of link files
496 $link_file_count = Number of link files
[all …]
H A Drename_variation-win32.phpt21 /* rename files across directories */
22 echo "*** Testing rename() : rename files across directories ***\n";
65 *** Testing rename() : rename files across directories ***
H A Dreadlink_realpath_basic2.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for files
18 /* creating directories, symbolic links and files */
44 /* loop through $files to read the filepath of $file in the above array */
/PHP-7.1/ext/session/tests/
H A Dsession_save_path_variation3.phpt6 session.save_handler=files
37 Warning: session_start(): Failed to read session data: files (path: %sblah) in %s on line %d
H A Dsession_save_path_variation2.phpt6 session.save_handler=files
37 Warning: session_start(): Failed to read session data: files (path: %sblah) in %s on line %d
H A Dsession_module_name_variation3.phpt6 session.save_handler=files
31 var_dump(session_module_name("files"));
H A Dsession_set_save_handler_class_013.phpt4 session.save_handler=files
49 string(5) "files"
/PHP-7.1/ext/intl/
H A Dintl_cppshims.h21 #error For inclusion form C++ files only
/PHP-7.1/ext/spl/
H A DTODO3 Implement the classes/interfaces from the .inc files in
/PHP-7.1/ext/standard/tests/dir/
H A Dscandir_variation9.phpt6 * Description: List files & directories inside the specified path
20 // create directory and files
/PHP-7.1/Zend/tests/
H A Duse_no_file_conflict.phpt2 Use conflicts should not occur across files
/PHP-7.1/ext/fileinfo/tests/
H A Dbug61964.phpt30 // write some test files to test folder
36 echo "DONE: testing dir with files\n";
72 DONE: testing dir with files
/PHP-7.1/ext/zip/
H A DTODO1 - add pattern support to extract or add files
/PHP-7.1/ext/dom/tests/
H A Ddom005.phpt25 html files with undeclared entities 
31 html files with undeclared entities 

Completed in 42 milliseconds

12345678910>>...35