Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 2171) sorted by last modified time

12345678910>>...87

/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 Dconfigure.ac2 dnl ## Process this file with autoconf to produce a configure script.
459 sys/file.h \
970 PHP_ARG_WITH(config-file-path, path to configuration file,
971 [ --with-config-file-path=PATH
986 PHP_ARG_WITH(config-file-scan-dir,,
987 [ --with-config-file-scan-dir=PATH
1640 | see the file debug.log for error messages. |
1642 | If you are unable to fix this, send the file debug.log to the |
1685 | sqlnet.ora file on the PHP host, or set the environment variable |
1698 | distribution in the file LICENSE. By continuing this installation |
H A Drun-tests.php1261 $org_file = $file;
1271 if (is_array($file)) {
1272 $file = $file[0];
1277 TEST $file
1283 $fp = fopen($file, "rb") or error("Cannot open test file: $file");
1502 …$copy_file = $temp_dir . DIRECTORY_SEPARATOR . basename(is_array($file) ? $file[1] : $file) . …
1727 'name' => $file,
1739 $file = $org_file[0];
1745 'name' => $file,
1945 'name' => $file,
[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/dom/tests/
H A Dbug79971_2.phpt15 $uri = "file://$path/bug79971_2.xml";
/PHP-7.3/ext/simplexml/tests/
H A Dbug79971_1.phpt14 $uri = "file://$path/bug79971_1.xml";
/PHP-7.3/ext/libxml/
H A Dlibxml.c508 error_copy.file = NULL; in _php_list_set_error_structure()
1034 if (error->file) { in PHP_FUNCTION()
1035 add_property_string(return_value, "file", error->file); in PHP_FUNCTION()
1070 if (error->file) { in PHP_FUNCTION()
1071 add_property_string_ex(&z_error, "file", sizeof("file") - 1, error->file); in PHP_FUNCTION()
/PHP-7.3/ext/zip/
H A Dphp_zip.c140 static int php_zip_extract_file(struct zip * za, char *dest, char *file, size_t file_len) in php_zip_extract_file() argument
165 virtual_file_ex(&new_state, file, NULL, CWD_EXPAND); in php_zip_extract_file()
172 if (path_cleaned_len >= MAXPATHLEN || zip_stat(za, file, 0, &sb) != 0) { in php_zip_extract_file()
246 zf = zip_fopen(za, file, 0); in php_zip_extract_file()
2816 char *file = (char*)zip_get_name(intern, i, ZIP_FL_UNCHANGED); in ZIPARCHIVE_METHOD() local
2817 if (!file || !php_zip_extract_file(intern, pathto, file, strlen(file))) { in ZIPARCHIVE_METHOD()
/PHP-7.3/ext/phar/tests/
H A Dbug81211.phpt7 if (false === include __DIR__ . '/../../standard/tests/file/windows_links/common.inc') {
19 file_put_contents(__DIR__ . '/bug81211/foobar/file', 'this file should NOT be included in the archi…
20 symlink(__DIR__ . '/bug81211/foobar/file', __DIR__ . '/bug81211/foo/symlink');
38 @unlink(__DIR__ . '/bug81211/foobar/file');
/PHP-7.3/ext/phar/
H A Dphar_object.c28 static int phar_file_type(HashTable *mimes, char *file, char **mime_type) /* {{{ */ in phar_file_type() argument
32 ext = strrchr(file, '.'); in phar_file_type()
/PHP-7.3/ext/pdo_firebird/
H A Dfirebird_driver.c38 void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, zend_long line) /* {{{ */ in _firebird_error() argument
/PHP-7.3/ext/imap/tests/
H A Dbug80710_1.phpt22 $part2["description"] = "some file\nContent-Type: X-INJECTED";
H A Dbug80710_2.phpt22 $part2["description"] = "some file\nContent-Type: X-INJECTED";
/PHP-7.3/ext/imap/
H A Dphp_imap.c306 ZEND_ARG_INFO(0, file)
/PHP-7.3/ext/standard/tests/strings/
H A Durl_t.phpt60 'zlib:/path/to/my/file/file.txt',
66 'file:///path/to/file',
67 'file://path/to/file',
68 'file:/path/to/file',
644 --> zlib:/path/to/my/file/file.txt: array(2) {
648 string(25) "/path/to/my/file/file.txt"
696 --> file:///path/to/file: array(2) {
698 string(4) "file"
703 --> file://path/to/file: array(3) {
705 string(4) "file"
[all …]
/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt575 --> zlib:/path/to/my/file/file.txt: array(2) {
579 string(25) "/path/to/my/file/file.txt"
642 --> file:///path/to/file: array(2) {
644 string(4) "file"
649 --> file://path/to/file: array(3) {
651 string(4) "file"
658 --> file:/path/to/file: array(2) {
660 string(4) "file"
786 string(4) "file"
793 string(4) "file"
[all …]
H A Dparse_url_basic_003.phpt53 --> http://www.php.net:80/this/is/a/very/deep/directory/../file.php : string(11) "www.php.net"
77 --> zlib:/path/to/my/file/file.txt : NULL
84 --> file:///path/to/file : NULL
85 --> file://path/to/file : string(4) "path"
86 --> file:/path/to/file : NULL
103 --> file:///: : NULL
104 --> file:///a:/ : NULL
105 --> file:///ab:/ : NULL
106 --> file:///a:/ : NULL
107 --> file:///@:/ : NULL
[all …]
H A Dparse_url_basic_005.phpt53 --> http://www.php.net:80/this/is/a/very/deep/directory/../file.php : NULL
77 --> zlib:/path/to/my/file/file.txt : NULL
84 --> file:///path/to/file : NULL
85 --> file://path/to/file : NULL
86 --> file:/path/to/file : NULL
103 --> file:///: : NULL
104 --> file:///a:/ : NULL
105 --> file:///ab:/ : NULL
106 --> file:///a:/ : NULL
107 --> file:///@:/ : NULL
[all …]
H A Dparse_url_unterminated.phpt577 --> zlib:/path/to/my/file/file.txt: array(2) {
581 string(25) "/path/to/my/file/file.txt"
644 --> file:///path/to/file: array(2) {
646 string(4) "file"
651 --> file://path/to/file: array(3) {
653 string(4) "file"
660 --> file:/path/to/file: array(2) {
662 string(4) "file"
788 string(4) "file"
795 string(4) "file"
[all …]
H A Dparse_url_basic_004.phpt53 --> http://www.php.net:80/this/is/a/very/deep/directory/../file.php : int(80)
77 --> zlib:/path/to/my/file/file.txt : NULL
84 --> file:///path/to/file : NULL
85 --> file://path/to/file : NULL
86 --> file:/path/to/file : NULL
103 --> file:///: : NULL
104 --> file:///a:/ : NULL
105 --> file:///ab:/ : NULL
106 --> file:///a:/ : NULL
107 --> file:///@:/ : NULL
[all …]
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt834 $file = tempnam(sys_get_temp_dir(), 'mysqli_test');
835 if ($fp = fopen($file, 'w')) {
838 chmod($file, 0644);
839 … = sprintf('LOAD DATA LOCAL INFILE "%s" INTO TABLE test', mysqli_real_escape_string($link, $file));
847 unlink($file);
/PHP-7.3/build/
H A Dlibtool.m4153 test -z "$MAGIC_CMD" && MAGIC_CMD=file
623 case `/usr/bin/file conftest.o` in
2446 lt_cv_file_magic_cmd=/usr/bin/file
2493 lt_cv_file_magic_cmd=/usr/bin/file
2531 lt_cv_file_magic_cmd='/bin/file'
2535 lt_cv_file_magic_cmd='/bin/file'
3096 # If the export-symbols file already is a .def file (1st line
3860 # the conftest object file.
4122 # This file is part of GNU Libtool:
4657 # Now generate the symbol file.
[all …]
/PHP-7.3/ext/fileinfo/
H A Dfileinfo.c166 ZEND_ME_MAPPING(file, finfo_file, arginfo_finfo_method_file, ZEND_ACC_PUBLIC)
290 char *file = NULL; in PHP_FUNCTION() local
298 …if (zend_parse_parameters_ex(flags, ZEND_NUM_ARGS(), "|lp", &options, &file, &file_len) == FAILURE… in PHP_FUNCTION()
315 file = NULL; in PHP_FUNCTION()
316 } else if (file && *file) { /* user specified file, perform open_basedir checks */ in PHP_FUNCTION()
318 if (php_check_open_basedir(file)) { in PHP_FUNCTION()
327 if (!expand_filepath_with_mode(file, resolved_path, NULL, 0, CWD_EXPAND)) { in PHP_FUNCTION()
336 file = resolved_path; in PHP_FUNCTION()
356 if (magic_load(finfo->magic, file) == -1) { in PHP_FUNCTION()
357 php_error_docref(NULL, E_WARNING, "Failed to load magic database at '%s'.", file); in PHP_FUNCTION()
/PHP-7.3/ext/dom/
H A Ddocument.c124 ZEND_ARG_INFO(0, file)
163 ZEND_ARG_INFO(0, file)
1569 char *file; in PHP_FUNCTION() local
1572 …eters(ZEND_NUM_ARGS(), getThis(), "Op|l", &id, dom_document_class_entry, &file, &file_len, &option… in PHP_FUNCTION()
1591 bytes = xmlSaveFormatFileEnc(file, docp, NULL, format); in PHP_FUNCTION()
2114 char *file; in PHP_FUNCTION() local
2117 …ameters(ZEND_NUM_ARGS(), getThis(), "Op", &id, dom_document_class_entry, &file, &file_len) == FAIL… in PHP_FUNCTION()
2133 bytes = htmlSaveFileFormat(file, docp, encoding, format); in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Dconfig.w3217 ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files", "");
30 file.c filestat.c formatted_print.c fsock.c head.c html.c image.c \

Completed in 162 milliseconds

12345678910>>...87