Home
last modified time | relevance | path

Searched refs:files (Results 176 – 200 of 765) sorted by relevance

12345678910>>...31

/PHP-8.1/ext/standard/tests/file/
H A Dis_executable_variation3.phpt19 echo "\n*** Testing is_executable() on invalid files ***\n";
40 *** Testing is_executable() on invalid files ***
H A Drename_variation.phpt16 /* rename files across directories */
17 echo "*** Testing rename() : rename files across directories ***\n";
51 *** Testing rename() : rename files across directories ***
H A Dreadlink_realpath_basic2.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for files
11 /* creating directories, symbolic links and files */
37 /* loop through $files to read the filepath of $file in the above array */
H A Drename_variation-win32.phpt17 /* rename files across directories */
18 echo "*** Testing rename() : rename files across directories ***\n";
61 *** Testing rename() : rename files across directories ***
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 Dreadlink_realpath_basic2-win32.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for files
11 /* creating directories, symbolic links and files */
37 /* loop through $files to read the filepath of $file in the above array */
H A Dlstat_stat_variation1.phpt15 echo "*** Testing stat() for files after being renamed ***\n";
41 *** Testing stat() for files after being renamed ***
H A D005_error.phpt8 echo "\n-- Testing with Non-existing files --";
20 -- Testing with Non-existing files --
/PHP-8.1/ext/fileinfo/tests/
H A Dbug61964-mb.phpt30 // write some test files to test folder
36 echo "DONE: testing dir with files\n";
64 DONE: testing dir with files
H A Dbug61964.phpt30 // write some test files to test folder
36 echo "DONE: testing dir with files\n";
64 DONE: testing dir with files
/PHP-8.1/
H A Dbuildconf28 A wrapper around the autoconf and autoheader that generate files for building
34 and required files.
40 -f, --force Regenerate configure files in PHP release packages.
H A D.gitattributes16 # Enable commit diffs for binary PHP test files. Some PHP test files include
/PHP-8.1/ext/session/tests/
H A Dsession_save_path_variation2.phpt8 session.save_handler=files
33 Warning: session_start(): Failed to read session data: files (path: %sblah) in %s on line %d
/PHP-8.1/ext/zip/tests/
H A Dbug47667.phpt32 echo "files: " , $zip->numFiles;
38 files: 1
/PHP-8.1/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt26 …archive from a URL like "http://should.fail.com". Phar objects can only be created from local files
27 … create a phar archive from a URL like "http://". Phar objects can only be created from local files
H A Dphar_oo_010.phpt12 require_once 'files/phar_oo_test.inc';
37 unlink(__DIR__ . '/files/phar_oo_010.phar.php');
H A Dphar_oo_006.phpt10 require_once 'files/phar_oo_test.inc';
39 unlink(__DIR__ . '/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 Dphar_metadata_write3.phpt19 $files = array();
20 $files['a'] = array('cont' => 'contents of file a');
21 include 'files/phar_test.inc';
24 foreach($files as $name => $cont) {
H A Dcached_manifest_1.phpt6 phar.cache_list={PWD}/files/nophar.phar
9 $pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';
/PHP-8.1/ext/standard/tests/image/
H A Dgetimagesize.phpt12 $files = array();
15 $files[] = $file;
19 sort($files);
20 foreach($files as $file) {
/PHP-8.1/ext/session/
H A Dmod_files.h23 PS_FUNCS_UPDATE_TIMESTAMP(files);
/PHP-8.1/ext/intl/
H A Dintl_cppshims.h19 #error For inclusion form C++ files only
/PHP-8.1/ext/phar/tests/zip/
H A Dodt.phpt8 $a = new PharData(__DIR__ . '/files/odt.odt');
18 $b = new Phar(__DIR__ . '/files/odt.odt');
/PHP-8.1/ext/dom/tests/
H A Ddom005.phpt26 html files with undeclared entities 
32 html files with undeclared entities 

Completed in 37 milliseconds

12345678910>>...31