Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-5.5/ext/standard/tests/file/
H A Drealpath_basic-win32.phpt15 echo "\n*** Testing basic functions of realpath() with files ***\n";
17 /* creating directories and files */
45 /* loop through $files to read the filepath of $file in the above array */
65 *** Testing basic functions of realpath() with files ***
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 ***
/PHP-5.5/ext/phar/tests/
H A Dphar_unlinkarchive.phpt39 $files = array();
40 $files['a'] = 'a';
41 $files['b'] = 'b';
42 $files['c'] = 'c';
44 include 'files/phar_test.inc';
H A Dphar_oo_011.phpt14 require_once 'files/phar_oo_test.inc';
29 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_012.phpt14 require_once 'files/phar_oo_test.inc';
30 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_011b.phpt16 require_once 'files/phar_oo_test.inc';
34 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_012_confirm.phpt14 require_once 'files/phar_oo_test.inc';
33 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_012b.phpt16 require_once 'files/phar_oo_test.inc';
37 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_001U.phpt15 require_once 'files/phar_oo_test.inc';
49 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_009.phpt13 require_once 'files/phar_oo_test.inc';
39 unlink(dirname(__FILE__) . '/files/phar_oo_test.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_001.phpt15 require_once 'files/phar_oo_test.inc';
49 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
/PHP-5.5/ext/session/tests/
H A D016.phpt13 session.save_handler=files
25 Warning: session_write_close(): Failed to write session data (files). Please verify that the curren…
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation9.phpt9 session.save_handler=files
37 string(5) "files"
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize.phpt12 $files = array();
15 $files[] = $file;
19 sort($files);
20 foreach($files as $file) {
/PHP-5.5/
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-5.5/ext/session/
H A Dmod_files.c70 PS_MOD_SID(files)
256 PS_OPEN_FUNC(files) in PS_OPEN_FUNC() argument
320 PS_CLOSE_FUNC(files) in PS_CLOSE_FUNC() argument
338 PS_READ_FUNC(files) in PS_READ_FUNC() argument
401 PS_WRITE_FUNC(files) in PS_WRITE_FUNC() argument
436 PS_DESTROY_FUNC(files) in PS_DESTROY_FUNC() argument
460 PS_GC_FUNC(files) in PS_GC_FUNC() argument
475 PS_CREATE_SID_FUNC(files) in PS_CREATE_SID_FUNC() argument
/PHP-5.5/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-5.5/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-5.5/ext/zip/tests/
H A Dbug47667.phpt35 echo "files: " , $zip->numFiles;
41 files: 1
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt29 Create a file that contains a list of php script files, one per line. If
37 Run: stresstest L files.txt
56 * Improve speed of CompareFile function (too slow on big files).
/PHP-5.5/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 29 milliseconds

12345678910>>...31