Home
last modified time | relevance | path

Searched refs:file (Results 2026 – 2050 of 2171) sorted by relevance

1...<<81828384858687

/PHP-7.3/ext/standard/tests/file/
H A Dparse_ini_file_variation5.phpt8 * Description: Parse configuration file
H A Dchmod_variation4.phpt8 * Description: Change file mode
H A Dmkdir_variation2.phpt11 * Source code: ext/standard/file.c
H A Dpathinfo_basic2-win32.phpt13 Description: Returns information about a file path
H A Dtouch_variation3-win32-mb.phpt15 * Description: Set modification time of file
H A Dtouch_variation3-win32.phpt15 * Description: Set modification time of file
H A Dtouch_variation3.phpt15 * Description: Set modification time of file
H A Dtouch_variation4-win32.phpt15 * Description: Set modification time of file
H A Dtouch_variation4.phpt15 * Description: Set modification time of file
/PHP-7.3/tests/security/
H A Dopen_basedir.inc3 // This file contains helper functions for testing open_basedir configuration
/PHP-7.3/ext/gd/libgd/
H A DREADME46 Group. See the file README-JPEG.TXT for more information.
/PHP-7.3/ext/standard/tests/strings/
H A Dstrcmp.phpt68 $file1 = fopen($filename1, "w"); // creating new file
69 $file2 = fopen($filename2, "w"); // creating new file
71 /* getting resource type for file handle */
82 fclose($file1); // closing the file "dummy.txt"
83 fclose($file2); // closing the file "dummy1.txt"
H A Dchop_variation1.phpt30 // creating a file resource
H A Dsprintf_variation1.phpt32 // creating a file resource
H A Dprintf_variation1.phpt32 // creating a file resource
H A Dstrcasecmp.phpt68 $file1 = fopen($filename1, "w"); // creating new file
69 $file2 = fopen($filename2, "w"); // creating new file
71 /* getting resource type for file handle */
82 fclose($file1); // closing the file "dummy.txt"
83 fclose($file2); // closing the file "dummy1.txt"
/PHP-7.3/ext/json/
H A Djson_scanner.re7 | This source file is subject to version 3.01 of the PHP license, |
8 | that is bundled with this package in the file LICENSE, and is |
/PHP-7.3/
H A DNEWS102 . Fixed bug #79423 (copy command is limited to size of file it can copy).
412 . Fixed Bug #79296 (ZipArchive::open fails on empty file). (Remi)
610 . Fixed bug #78296 (is_file fails to detect file). (cmb)
876 . Fixed bug #78297 (Include unexistent file memory leak). (Nikita)
916 . Fixed bug #78050 (SegFault phpdbg + opcache on include file twice).
1717 . Fixed bug #76803 (ftruncate changes file pointer). (Anatol)
1888 file). (Laruence)
2029 . Fixed bug #76335 ("link(): Bad file descriptor" with non-ASCII path).
2256 . Fixed bug #75775 (readline_read_history segfaults with empty file).
2325 . Fixed bug #74782 (remove file name from output to avoid XSS). (stas)
[all …]
H A Dacinclude.m42 dnl This file contains local autoconf functions.
97 dnl instances in every file passed to AC_OUTPUT
105 dnl PHP_OUTPUT(file)
107 dnl Adds "file" to the list of files generated by AC_OUTPUT
169 dnl Processes a file called Makefile.frag in the source directory
254 dnl choose the right compiler/flags/etc. for the source-file
1109 dnl PHP_CHECK_TYPES(type-list, include-file [, extra-headers])
1563 dnl http://www.sas.com/standards/large.file/x_open.20Mar96.html
2621 dnl PHP_INSTALL_HEADERS(path [, file ...])
2694 dnl Generates the config.nice file
[all …]
/PHP-7.3/ext/oci8/tests/
H A Dconn_attr.inc10 …testuser identified by $testpassword", // $testuser should be set by the file that includes conn_…
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt7 $cert = "file://" . dirname(__FILE__) . "/cert.crt";
/PHP-7.3/ext/xmlrpc/
H A Dconfig.m497 dnl some xmlrpc-epi header files have generic file names like
/PHP-7.3/ext/dba/
H A DREADME4 This is a general abstraction layer for several file-based databases. As
/PHP-7.3/ext/pdo/
H A Dpdo_sql_parser.re7 | This source file is subject to version 3.01 of the PHP license, |
8 | that is bundled with this package in the file LICENSE, and is |
/PHP-7.3/ext/phar/
H A Dphar.c2521 php_stream *file, *oldfile, *newfile, *stubfile; local
2771 file = phar_get_efp(entry, 0);
2785 CRC32(newcrc32, php_stream_getc(file));
2826 php_stream_flush(file);
2838 …if (SUCCESS != php_stream_copy_to_stream_ex(file, entry->cfp, entry->uncompressed_filesize, NULL))…
3041 file = entry->cfp;
3042 php_stream_rewind(file);
3044 file = phar_get_efp(entry, 0);
3057 if (!file) {
3071 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {

Completed in 60 milliseconds

1...<<81828384858687