Home
last modified time | relevance | path

Searched refs:file (Results 1901 – 1925 of 1994) sorted by relevance

1...<<71727374757677787980

/PHP-7.4/build/
H A Dphp.m41 dnl This file contains local autoconf macros.
95 dnl file passed to AC_OUTPUT.
103 dnl PHP_OUTPUT(file)
105 dnl Adds "file" to the list of files generated by AC_OUTPUT. This macro can be
168 dnl Processes a file called Makefile.frag in the source directory of the most
252 dnl Choose the right compiler/flags/etc. for the source-file.
338 libgcc_libpath=`$1 --print-libgcc-file-name|$SED 's%/*[^/][^/]*$%%'`
2066 dnl PHP_INSTALL_HEADERS(path [, file ...])
2108 dnl configure command run by user. This file is named 'config.nice' in PHP.
2309 dnl PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
[all …]
/PHP-7.4/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.4/ext/phar/
H A Dphar.c2514 php_stream *file, *oldfile, *newfile, *stubfile; in phar_flush() local
2760 file = phar_get_efp(entry, 0); in phar_flush()
2774 CRC32(newcrc32, php_stream_getc(file)); in phar_flush()
2821 php_stream_flush(file); in phar_flush()
2833 …if (SUCCESS != php_stream_copy_to_stream_ex(file, entry->cfp, entry->uncompressed_filesize, NULL))… in phar_flush()
3021 file = entry->cfp; in phar_flush()
3022 php_stream_seek(file, entry->header_offset, SEEK_SET); in phar_flush()
3024 file = phar_get_efp(entry, 0); in phar_flush()
3037 if (!file) { in phar_flush()
3051 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) { in phar_flush()
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_variation.phpt25 function assert($file, $line, $myev)
/PHP-7.4/win32/build/
H A Dconfig.w32.phpize.in2 // "Master" config file; think of it as a configure.ac
/PHP-7.4/ext/standard/tests/file/
H A Dpathinfo_basic2.phpt13 Description: Returns information about a file path
H A D006_variation1.phpt14 Description: Returns the permissions on the file, or FALSE in case of an error
17 Description: Attempts to change the mode of the file specified by
30 echo "-- Testing all permission from octal 0000 to octal 0777 on file and dir --\n";
56 -- Testing all permission from octal 0000 to octal 0777 on file and dir --
H A Dfnmatch_variation.phpt15 echo "*** Testing fnmatch() with file and various patterns ***\n";
138 *** Testing fnmatch() with file and various patterns ***
/PHP-7.4/
H A DUPGRADING37 . `<?php` at the end of the file (without trailing newline) will now be
180 such as when trying to write to a read-only file resource.
228 single file only non-cyclic type references are possible, because all
268 . CURLFile now supports stream wrappers in addition to plain file names, if
618 . The --disable-opcache-file|--enable-opcache-file configure options have been
723 - An inode number is delivered and is based on the NTFS file index.
/PHP-7.4/ext/gd/
H A Dgd.c1428 zend_string *file; in PHP_FUNCTION() local
1434 if (zend_parse_parameters(ZEND_NUM_ARGS(), "P", &file) == FAILURE) { in PHP_FUNCTION()
1438 …stream = php_stream_open_wrapper(ZSTR_VAL(file), "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERROR… in PHP_FUNCTION()
2445 char *file; in _php_image_create_from() local
2464 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in _php_image_create_from()
2470 stream = php_stream_open_wrapper(file, "rb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); in _php_image_create_from()
2526 im = gdImageCreateFromXpm(file); in _php_image_create_from()
2552 php_error_docref(NULL, E_WARNING, "'%s' is not a valid %s file", file, tn); in _php_image_create_from()
2673 char *file = NULL; in _php_image_output() local
2685 if (zend_parse_parameters(argc, "r|pll", &imgind, &file, &file_len, &quality, &type) == FAILURE) { in _php_image_output()
[all …]
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-unrolling.macros12 and related or neighboring rights to the source code in this file.
/PHP-7.4/scripts/
H A Dphpize.m41 dnl This file becomes configure.ac for self-contained extensions.
/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_recursive_variation5.phpt75 // close the file resource used
H A Darray_merge_recursive_variation2.phpt96 // close the file resource used
H A Darray_merge_recursive_variation4.phpt75 // close the file resource used
H A Darray_reverse_variation4.phpt78 // close the file resource used
H A Darray_reverse_variation5.phpt81 // close the file resource used
/PHP-7.4/docs/
H A Dmailinglist-rules.md3 This is the first file you should be reading before doing any posts on PHP
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch16 # animation: file(1) magic for animation/movie formats
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt106 printf("[020] Cannot open temporary file %s\n", $filename);
/PHP-7.4/main/
H A Dmain.c2116 const wchar_t *file, in dummy_invalid_parameter_handler() argument
2128 if (file) { in dummy_invalid_parameter_handler()
2129 … sizeof(buf)-1, "Invalid parameter detected in CRT function '%ws' (%ws:%u)", function, file, line); in dummy_invalid_parameter_handler()
2795 PHPAPI int php_lint_script(zend_file_handle *file) in php_lint_script() argument
2801 op_array = zend_compile_file(file, ZEND_INCLUDE); in php_lint_script()
2802 zend_destroy_file_handle(file); in php_lint_script()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c68 …_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, int line) /* {{{ */ in _pdo_pgsql_error() argument
76 einfo->file = file; in _pdo_pgsql_error()
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrchr_variation11.phpt87 fclose($file_handle); //closing the file handle
H A Dstrrpos_variation10.phpt90 fclose($file_handle); //closing the file handle
/PHP-7.4/ext/pdo_oci/
H A Dconfig.m4106 dnl Header directory for Instant Client SDK zip file install

Completed in 87 milliseconds

1...<<71727374757677787980