Home
last modified time | relevance | path

Searched refs:files (Results 151 – 175 of 769) sorted by relevance

12345678910>>...31

/PHP-7.4/ext/standard/tests/file/
H A Drealpath_basic3.phpt9 echo "\n*** Testing basic functions of realpath() with files ***\n";
11 /* creating directories and files */
42 /* loop through $files to read the filepath of $file in the above array */
62 *** Testing basic functions of realpath() with files ***
H A Dfileinode_variation.phpt17 echo "*** Testing fileinode() with files, links and directories ***\n";
25 echo "-- Testing with files --\n";
26 //creating the files
90 *** Testing fileinode() with files, links and directories ***
91 -- Testing with files --
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 Dftruncate_bug76422.phpt2 Bug #76422 ftruncate fails on files > 2GB
20 /* Check if ftruncate() with 2GB works. If it doesn't, it's likely that large files are
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 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 Dunlink_variation6.phpt13 echo "*** Testing unlink() : variation: contexts and relative files ***\n";
37 *** Testing unlink() : variation: contexts and relative 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 ***
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation9.phpt9 session.save_handler=files
37 string(5) "files"
/PHP-7.4/ext/session/
H A Dmod_files.c105 PS_MOD_UPDATE_TIMESTAMP(files)
371 PS_OPEN_FUNC(files) in PS_OPEN_FUNC() argument
446 PS_CLOSE_FUNC(files) in PS_CLOSE_FUNC() argument
475 PS_READ_FUNC(files) in PS_READ_FUNC() argument
548 PS_WRITE_FUNC(files) in PS_WRITE_FUNC() argument
570 PS_UPDATE_TIMESTAMP_FUNC(files) in PS_UPDATE_TIMESTAMP_FUNC() argument
601 PS_DESTROY_FUNC(files) in PS_DESTROY_FUNC() argument
637 PS_GC_FUNC(files) in PS_GC_FUNC() argument
668 PS_CREATE_SID_FUNC(files) in PS_CREATE_SID_FUNC() argument
709 PS_VALIDATE_SID_FUNC(files) in PS_VALIDATE_SID_FUNC() argument
H A Dmod_files.h25 PS_FUNCS_UPDATE_TIMESTAMP(files);
/PHP-7.4/docs/
H A Dself-contained-extensions.md34 You now have an empty directory. We will copy the files from the mysqli
66 It consists of two source files `foo.c` and `bar.c` (and any arbitrary amount of
67 header files, but that is not important here).
72 `LTLIBRARY_SOURCES` specifies the names of the sources files. You can name an
73 arbitrary number of source files here.
95 The second names the source-code files. The third passes `$ext_shared` which is
102 ## Create source files
114 Put `config.m4` and the source files into one directory. Then, run `phpize`
123 This will automatically copy the necessary build files and create configure from
166 2. The following should be defined in one of the extension header files
/PHP-7.4/ext/standard/tests/http/
H A Dserver.inc38 …* $files is an array of files containing N responses for N expected requests. Server dies after N …
41 function http_server($socket_string, array $files, &$output = null) {
47 foreach($files as $file) {
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_012b.phpt15 require_once 'files/phar_oo_test.inc';
36 unlink(__DIR__ . '/files/phar_oo_012b.phar.php');
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_001.phpt13 require_once 'files/phar_oo_test.inc';
47 unlink(__DIR__ . '/files/phar_oo_001.phar.php');
H A Dphar_oo_012_confirm.phpt13 require_once 'files/phar_oo_test.inc';
32 unlink(__DIR__ . '/files/phar_oo_012_confirm.phar.php');
H A Dphar_extract3.phpt10 $fname = __DIR__ . '/files/bogus.zip';
11 $fname2 = __DIR__ . '/files/notbogus.zip';
H A Dphar_oo_003.phpt10 require_once 'files/phar_oo_test.inc';
29 unlink(__DIR__ . '/files/phar_oo_003.phar.php');
H A Dphar_oo_009.phpt13 require_once 'files/phar_oo_test.inc';
39 unlink(__DIR__ . '/files/phar_oo_009.phar.php');
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_001.phpt8 new PharData(__DIR__ . '/files/count1.zip');
13 new PharData(__DIR__ . '/files/count2.zip');
/PHP-7.4/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…
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize.phpt12 $files = array();
15 $files[] = $file;
19 sort($files);
20 foreach($files as $file) {
/PHP-7.4/
H A D.gitattributes16 # Enable commit diffs for binary PHP test files. Some PHP test files include
/PHP-7.4/ext/zip/tests/
H A Dbug47667.phpt34 echo "files: " , $zip->numFiles;
39 files: 1

Completed in 30 milliseconds

12345678910>>...31