Home
last modified time | relevance | path

Searched refs:files (Results 651 – 675 of 765) sorted by relevance

1...<<2122232425262728293031

/PHP-8.1/ext/standard/tests/file/
H A Dcopy_variation3.phpt13 and checking the existence and size of destination files
H A Dcopy_variation5-win32.phpt11 and the existence and size of destination files
H A Dtouch_variation6-win32.phpt57 echo "\n*** testing existing files ***\n";
191 *** testing existing files ***
H A Dunlink_variation8.phpt23 $files = array(
52 foreach($files as $fileToUnlink) {
H A Dfopen_variation5.phpt33 //define the files to go into these directories, create one in dir2
H A Dfopen_variation8.phpt33 //define the files to go into these directories, create one in dir2
H A Dfflush_variation1-win32-mb.phpt2 Test fflush() function: usage variations - files in different modes
11 /* test fflush() with handle to the files opened in different modes */
16 echo "*** Testing fflush(): with various types of files ***\n";
63 *** Testing fflush(): with various types of files ***
H A Dfflush_variation1-win32.phpt2 Test fflush() function: usage variations - files in different modes
11 /* test fflush() with handle to the files opened in different modes */
16 echo "*** Testing fflush(): with various types of files ***\n";
63 *** Testing fflush(): with various types of files ***
H A Dfflush_variation1.phpt2 Test fflush() function: usage variations - files in different modes
11 /* test fflush() with handle of files opened in different modes */
16 echo "*** Testing fflush(): with various types of files ***\n";
64 *** Testing fflush(): with various types of files ***
H A Dtempnam_variation7-win32.phpt13 hence the unique files will be created in temporary dir */
H A Dtempnam_variation7.phpt13 hence the unique files will be created in temporary dir */
H A Dtempnam_variation8-win32.phpt12 /* Creating unique files in various dirs by passing relative paths to $dir arg */
H A Dfnmatch_variation.phpt74 echo "\n*** Testing fnmatch() with other types other than files ***";
216 *** Testing fnmatch() with other types other than files ***
H A Dfgets_variation1.phpt5 /* try fgets on files which are opened in non readable modes
H A Dfgetc_variation3.phpt9 /* try fgetc on files which are opened in non readable modes
/PHP-8.1/sapi/fpm/
H A Dphp-fpm.conf.in137 ; Include one or more files. If glob(3) exists, it is used to include a bunch of
138 ; files from a glob(3) pattern. This directive can be used everywhere in the
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_info.c33 …PHPDBG_INFO_COMMAND_D(files, "show included files", 'F', info_files, NULL, 0, PH…
60 PHPDBG_INFO(files) /* {{{ */ in PHPDBG_INFO() argument
/PHP-8.1/sapi/litespeed/
H A DREADME.md7 files.
15 runtime via configuration files like `.htaccess` files or web server's virtual
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch238 -/* void **bufs: an array of compiled magic files */
282 /* const char *fn: list of magic files and directories */
410 size_t files = 0, maxfiles = 0;
468 if (files >= maxfiles) {
486 - filearr[files++] = mfn;
492 qsort(filearr, files, sizeof(*filearr), cmpstrp);
493 for (i = 0; i < files; i++) {
763 - "files. `%s' is version %d", VERSION,
765 + "files. `%s' is version %d", MAGIC_VERSION,
1892 - * are block special files and go on to the next file.
[all …]
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php178 public function extractTo(string $pathto, array|string|null $files = null): bool {} argument
/PHP-8.1/scripts/dev/
H A Dmakedist29 configuration headers, parsers, lexers, and similar generated files to simplify
/PHP-8.1/docs/
H A Drelease-process.md66 the credits files in ext/standard.
205 the credits files in ext/standard.
218 pear files are updated (phar). On some systems the behavior of GNU tar can
229 11. Commit and push all the tarballs and signature files to
279 Edit the generated files to expand on the base message if needed.
377 `UPGRADING` and `UPGRADING.INTERNALS` files, updating the version in
/PHP-8.1/sapi/fuzzer/
H A DREADME.md54 For the parser fuzzer, a corpus may be generated from Zend test files:
/PHP-8.1/build/
H A Dltmain.sh1745 -precious-files-regex)
4583 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
5854 files=
5863 files="$files $dest"
5916 if test -z "$files"; then
5940 set dummy $files
5950 for file in $files; do
5970 for file in $files; do
6545 files=
6558 *) files="$files $arg" ;;
[all …]
/PHP-8.1/ext/zlib/tests/
H A Dgzopen_variation4.phpt12 //define the files to go into these directories, create one in dir2

Completed in 120 milliseconds

1...<<2122232425262728293031