Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-8.1/ext/phar/tests/
H A Dphar_stub_error.phpt15 $files = array();
16 $files['a'] = 'a';
18 include 'files/phar_test.inc';
H A Dphar_oo_011b.phpt15 require_once 'files/phar_oo_test.inc';
32 unlink(__DIR__ . '/files/phar_oo_011b.phar.php');
H A Dphar_oo_012b.phpt15 require_once 'files/phar_oo_test.inc';
35 unlink(__DIR__ . '/files/phar_oo_012b.phar.php');
H A Dphar_metadata_write4.phpt27 $files = array();
28 $files['a'] = array('cont' => 'a', 'meta' => new EchoesOnWakeup());
29 include 'files/phar_test.inc';
31 foreach($files as $name => $cont) {
34 unset($files);
H A Dphar_unlinkarchive.phpt43 $files = array();
44 $files['a'] = 'a';
45 $files['b'] = 'b';
46 $files['c'] = 'c';
48 include 'files/phar_test.inc';
H A Dphar_oo_012_confirm.phpt13 require_once 'files/phar_oo_test.inc';
31 unlink(__DIR__ . '/files/phar_oo_012_confirm.phar.php');
H A Dphar_oo_001.phpt11 require_once 'files/phar_oo_test.inc';
44 unlink(__DIR__ . '/files/phar_oo_001.phar.php');
H A Dphar_oo_003.phpt10 require_once 'files/phar_oo_test.inc';
28 unlink(__DIR__ . '/files/phar_oo_003.phar.php');
H A Dphar_oo_009.phpt14 require_once 'files/phar_oo_test.inc';
39 unlink(__DIR__ . '/files/phar_oo_009.phar.php');
H A Dphar_extract3.phpt10 $fname = __DIR__ . '/files/bogus.zip';
11 $fname2 = __DIR__ . '/files/notbogus.zip';
/PHP-8.1/ext/standard/tests/file/
H A Dfilesize_basic.phpt5 echo "*** Testing size of files and directories with filesize() ***\n";
27 *** Testing size of files and directories with filesize() ***
H A Drealpath_basic-win32.phpt11 echo "\n*** Testing basic functions of realpath() with files ***\n";
13 /* creating directories and files */
41 /* loop through $files to read the filepath of $file in the above array */
61 *** Testing basic functions of realpath() with files ***
H A Drealpath_basic-win32-mb.phpt11 echo "\n*** Testing basic functions of realpath() with files ***\n";
13 /* creating directories and files */
41 /* loop through $files to read the filepath of $file in the above array */
61 *** Testing basic functions of realpath() with files ***
H A Dunlink_variation6.phpt7 echo "*** Testing unlink() : variation: contexts and relative files ***\n";
30 *** Testing unlink() : variation: contexts and relative files ***
H A D006_basic.phpt14 echo "*** Testing fileperms(), chmod() with files and dirs ***\n";
35 *** Testing fileperms(), chmod() with files and dirs ***
H A Dftruncate_bug76422.phpt2 Bug #76422 ftruncate fails on files > 2GB
9 …// Add a bit of extra overhead for other processes, temporary files created while running tests, e…
24 /* Check if ftruncate() with 2GB works. If it doesn't, it's likely that large files are
/PHP-8.1/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-8.1/ext/session/
H A Dmod_files.c103 PS_MOD_UPDATE_TIMESTAMP(files)
369 PS_OPEN_FUNC(files) in PS_OPEN_FUNC() argument
444 PS_CLOSE_FUNC(files) in PS_CLOSE_FUNC() argument
473 PS_READ_FUNC(files) in PS_READ_FUNC() argument
546 PS_WRITE_FUNC(files) in PS_WRITE_FUNC() argument
568 PS_UPDATE_TIMESTAMP_FUNC(files) in PS_UPDATE_TIMESTAMP_FUNC() argument
599 PS_DESTROY_FUNC(files) in PS_DESTROY_FUNC() argument
635 PS_GC_FUNC(files) in PS_GC_FUNC() argument
666 PS_CREATE_SID_FUNC(files) in PS_CREATE_SID_FUNC() argument
707 PS_VALIDATE_SID_FUNC(files) in PS_VALIDATE_SID_FUNC() argument
/PHP-8.1/ext/phar/tests/files/
H A Dinclude_path.phar.inc13 set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar'…
15 set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar/…
/PHP-8.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-8.1/ext/phar/tests/zip/
H A Dcorrupt_001.phpt8 new PharData(__DIR__ . '/files/count1.zip');
13 new PharData(__DIR__ . '/files/count2.zip');
/PHP-8.1/ext/session/tests/
H A D016.phpt9 session.save_handler=files
23 Warning: session_start(): Failed to read session data: files (path: 123;:/really%scompletely:::/inv…
H A Dsession_set_save_handler_variation1.phpt19 var_dump(session_module_name("files"));
36 string(5) "files"
H A Dsession_save_path_variation3.phpt8 session.save_handler=files
33 Warning: session_start(): Failed to read session data: files (path: %sblah) in %s on line %d

Completed in 43 milliseconds

12345678910>>...31