Home
last modified time | relevance | path

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

12345678910>>...33

/PHP-7.0/ext/standard/tests/file/
H A Dis_executable_variation3.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
32 echo "\n*** Testing is_executable() on invalid files ***\n";
56 *** Testing is_executable() on invalid files ***
H A Dfilesize_basic.phpt12 echo "*** Testing size of files and directories with filesize() ***\n";
34 *** Testing size of files and directories with filesize() ***
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 Dunlink_variation6.phpt13 echo "*** Testing unlink() : variation: contexts and relative files ***\n";
37 *** Testing unlink() : variation: contexts and relative files ***
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 …]
/PHP-7.0/ext/phar/tests/
H A Dphar_oo_012.phpt14 require_once 'files/phar_oo_test.inc';
30 unlink(dirname(__FILE__) . '/files/phar_oo_012.phar.php');
H A Dphar_oo_011.phpt14 require_once 'files/phar_oo_test.inc';
29 unlink(dirname(__FILE__) . '/files/phar_oo_011.phar.php');
H A Dphar_oo_011b.phpt16 require_once 'files/phar_oo_test.inc';
34 unlink(dirname(__FILE__) . '/files/phar_oo_011b.phar.php');
H A Dphar_oo_012_confirm.phpt14 require_once 'files/phar_oo_test.inc';
33 unlink(dirname(__FILE__) . '/files/phar_oo_012_confirm.phar.php');
H A Dphar_oo_012b.phpt16 require_once 'files/phar_oo_test.inc';
37 unlink(dirname(__FILE__) . '/files/phar_oo_012b.phar.php');
H A Dphar_oo_001U.phpt15 require_once 'files/phar_oo_test.inc';
49 unlink(dirname(__FILE__) . '/files/phar_oo_001U.phar.php');
H A Dphar_oo_009.phpt13 require_once 'files/phar_oo_test.inc';
39 unlink(dirname(__FILE__) . '/files/phar_oo_009.phar.php');
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_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_extract3.phpt10 $fname = dirname(__FILE__) . '/files/bogus.zip';
11 $fname2 = dirname(__FILE__) . '/files/notbogus.zip';
H A Dphar_oo_003.phpt11 require_once 'files/phar_oo_test.inc';
30 unlink(dirname(__FILE__) . '/files/phar_oo_003.phar.php');
/PHP-7.0/ext/session/
H A Dmod_files.c105 PS_MOD_UPDATE_TIMESTAMP(files)
372 PS_OPEN_FUNC(files) in PS_OPEN_FUNC() argument
447 PS_CLOSE_FUNC(files) in PS_CLOSE_FUNC() argument
476 PS_READ_FUNC(files) in PS_READ_FUNC() argument
549 PS_WRITE_FUNC(files) in PS_WRITE_FUNC() argument
571 PS_UPDATE_TIMESTAMP_FUNC(files) in PS_UPDATE_TIMESTAMP_FUNC() argument
609 PS_DESTROY_FUNC(files) in PS_DESTROY_FUNC() argument
645 PS_GC_FUNC(files) in PS_GC_FUNC() argument
674 PS_CREATE_SID_FUNC(files) in PS_CREATE_SID_FUNC() argument
715 PS_VALIDATE_SID_FUNC(files) in PS_VALIDATE_SID_FUNC() argument
H A Dmod_files.h27 PS_FUNCS_UPDATE_TIMESTAMP(files);
/PHP-7.0/ext/standard/tests/image/
H A Dgetimagesize.phpt12 $files = array();
15 $files[] = $file;
19 sort($files);
20 foreach($files as $file) {
/PHP-7.0/
H A DREADME.SELF-CONTAINED-EXTENSIONS40 You now have an empty directory. We will copy the files from
67 It consists of two source files "foo.c" and "bar.c"
68 (and any arbitrary amount of header files, but that is not
76 LTLIBRARY_SOURCES specifies the names of the sources files. You can
77 name an arbitrary number of source files here.
98 extension. The second names the source-code files. The third passes
118 Put config.m4 and the source files into one directory. Then, run phpize
125 This will automatically copy the necessary build files and create
164 2. The following should be defined in one of the extension header files
/PHP-7.0/ext/spl/examples/
H A Dregexfindfile.inc13 * @brief Find files by regular expression
25 * @param $regex perl style regular expression to find files with
/PHP-7.0/ext/phar/tests/zip/
H A Dcorrupt_001.phpt9 new PharData(dirname(__FILE__) . '/files/count1.zip');
14 new PharData(dirname(__FILE__) . '/files/count2.zip');
/PHP-7.0/ext/zip/tests/
H A Dbug47667.phpt35 echo "files: " , $zip->numFiles;
41 files: 1
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_variation1.phpt23 var_dump(session_module_name("files"));
40 string(5) "files"
/PHP-7.0/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

Completed in 52 milliseconds

12345678910>>...33