Home
last modified time | relevance | path

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

12345678910>>...35

/PHP-7.1/ext/standard/tests/general_functions/
H A Dget_cfg_var_basic.phpt9 session.save_handler=files
24 string(5) "files"
H A Dget_cfg_var_variation9.phpt9 session.save_handler=files
37 string(5) "files"
/PHP-7.1/ext/spl/
H A DREADME4 subdirectory. Based on the internal implementations or the files in the
5 examples subdirectory there are also some .php files to experiment with.
/PHP-7.1/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 Drealpath_basic-win32-mb.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 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-7.1/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_011.phar.php');
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_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');
/PHP-7.1/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
676 PS_CREATE_SID_FUNC(files) in PS_CREATE_SID_FUNC() argument
717 PS_VALIDATE_SID_FUNC(files) in PS_VALIDATE_SID_FUNC() argument
/PHP-7.1/
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.1/ext/session/tests/
H A D016.phpt13 session.save_handler=files
27 Warning: session_start(): Failed to read session data: files (path: 123;:/really%scompletely:::/inv…
H A Dsession_set_save_handler_variation1.phpt23 var_dump(session_module_name("files"));
40 string(5) "files"
/PHP-7.1/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.1/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.1/ext/zip/tests/
H A Dbug47667.phpt35 echo "files: " , $zip->numFiles;
40 files: 1
/PHP-7.1/ext/standard/tests/image/
H A Dgetimagesize.phpt12 $files = array();
15 $files[] = $file;
19 sort($files);
20 foreach($files as $file) {

Completed in 31 milliseconds

12345678910>>...35