Home
last modified time | relevance | path

Searched refs:file (Results 2051 – 2075 of 2191) sorted by relevance

1...<<8182838485868788

/PHP-7.1/ext/standard/tests/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
H A Dumask_variation3.phpt16 * Source code: ext/standard/file.c
/PHP-7.1/ext/oci8/tests/
H A Dconn_attr.inc10 …testuser identified by $testpassword", // $testuser should be set by the file that includes conn_…
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt7 $cert = "file://" . dirname(__FILE__) . "/cert.crt";
/PHP-7.1/ext/dba/
H A DREADME4 This is a general abstraction layer for several file-based databases. As
/PHP-7.1/ext/standard/tests/strings/
H A Dchop_variation1.phpt30 // creating a file resource
H A Dprintf_variation1.phpt32 // creating a file resource
H A Dsprintf_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"
H A Dstrspn_variation4.phpt36 // creating a file resource
/PHP-7.1/ext/xmlrpc/
H A Dconfig.m498 dnl some xmlrpc-epi header files have generic file names like
/PHP-7.1/ext/phar/
H A Dphar.c2505 php_stream *file, *oldfile, *newfile, *stubfile; local
2755 file = phar_get_efp(entry, 0);
2769 CRC32(newcrc32, php_stream_getc(file));
2810 php_stream_flush(file);
2822 …if (SUCCESS != php_stream_copy_to_stream_ex(file, entry->cfp, entry->uncompressed_filesize, NULL))…
3025 file = entry->cfp;
3026 php_stream_rewind(file);
3028 file = phar_get_efp(entry, 0);
3041 if (!file) {
3055 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {
/PHP-7.1/Zend/
H A DZEND_CHANGES553 $this->file = __FILE__; // of throw clause
561 protected $file; // source filename of exception
574 return $this->file;
1050 returning a value from the global scope of the included file or
1109 effectively send header information all throughout your file,
1149 include()'d file or an eval()'d string. The impact should
1152 * The return statement no longer works from a require()'d file. It
/PHP-7.1/ext/standard/tests/array/
H A Darray_merge_recursive_variation2.phpt96 // close the file resource used
/PHP-7.1/scripts/
H A Dphpize.m41 dnl This file becomes configure.in for self-contained extensions.
/PHP-7.1/ext/spl/internal/
H A Drecursiveiteratoriterator.inc3 /** @file recursiveiteratoriterator.inc
/PHP-7.1/ext/gd/
H A Dgd.c1343 zend_string *file; in PHP_FUNCTION() local
1349 if (zend_parse_parameters(ZEND_NUM_ARGS(), "P", &file) == FAILURE) { in PHP_FUNCTION()
1353 …stream = php_stream_open_wrapper(ZSTR_VAL(file), "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERROR… in PHP_FUNCTION()
2321 char *file; in _php_image_create_from() local
2340 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in _php_image_create_from()
2346 stream = php_stream_open_wrapper(file, "rb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); in _php_image_create_from()
2402 im = gdImageCreateFromXpm(file); in _php_image_create_from()
2428 php_error_docref(NULL, E_WARNING, "'%s' is not a valid %s file", file, tn); in _php_image_create_from()
2529 char *file = NULL; in _php_image_output() local
2542 if (zend_parse_parameters(argc, "r|pll", &imgind, &file, &file_len, &quality, &type) == FAILURE) { in _php_image_output()
[all …]
/PHP-7.1/main/
H A Dmain.c2051 const wchar_t *file, in dummy_invalid_parameter_handler() argument
2063 if (file) { in dummy_invalid_parameter_handler()
2064 … sizeof(buf)-1, "Invalid parameter detected in CRT function '%ws' (%ws:%u)", function, file, line); in dummy_invalid_parameter_handler()
2697 PHPAPI int php_lint_script(zend_file_handle *file) in php_lint_script() argument
2703 op_array = zend_compile_file(file, ZEND_INCLUDE); in php_lint_script()
2704 zend_destroy_file_handle(file); in php_lint_script()

Completed in 50 milliseconds

1...<<8182838485868788