Home
last modified time | relevance | path

Searched refs:filename (Results 826 – 850 of 980) sorted by relevance

1...<<31323334353637383940

/PHP-7.4/ext/standard/tests/file/
H A D007_variation16.phpt7 Prototype: resource fopen(string $filename, string $mode
H A D007_variation23.phpt7 Prototype: resource fopen(string $filename, string $mode
H A D007_variation24.phpt7 Prototype: resource fopen(string $filename, string $mode
H A D007_variation7.phpt7 Prototype: resource fopen(string $filename, string $mode
H A Dreadfile_variation8-win32-mb.phpt12 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
H A Dunlink_variation8-win32.phpt13 /* Prototype : bool unlink(string filename[, context context])
H A Dfileinode_variation.phpt13 Prototype: int fileinode ( string $filename );
H A Dfgets_variation3.phpt21 $filename = __DIR__."/fgets_variation3.tmp";
30 $file_handle = fopen($filename, $file_mode);
34 echo "Error: failed to open file $filename!";
60 delete_file($filename);
H A Dfgetcsv_variation10.phpt29 $filename = __DIR__ . '/fgetcsv_variation10.tmp';
30 @unlink($filename);
42 $file_handle = fopen($filename, "w");
44 $file_handle = fopen($filename, $file_modes[$mode_counter] );
47 echo "Error: failed to create file $filename!\n";
64 $file_handle = fopen($filename, $file_modes[$mode_counter]);
87 unlink($filename);
H A D007_variation4.phpt7 Prototype: resource fopen(string $filename, string $mode
H A Dunlink_variation9-win32.phpt13 /* Prototype : bool unlink(string filename[, context context])
H A Dsymlink_link_linkinfo_is_link_basic2.phpt15 Prototype: bool is_link ( string $filename );
H A Dfread_variation3-win32-mb.phpt71 …$filename = __DIR__."/私はガラスを食べられますfread_variation3.tmp"; // this is name of the file created by cr…
73 $file_handle = fopen($filename, $file_mode);
75 echo "Error: failed to fopen() file: $filename!";
106 delete_file($filename); // delete file
/PHP-7.4/sapi/cgi/
H A Dconfig9.m433 dnl Set filename.
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h280 zend_op_array *(*compile_string)(zval *source_string, char *filename);
/PHP-7.4/ext/hash/tests/
H A Dhash_hmac_file_basic.phpt7 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output…
/PHP-7.4/ext/ftp/
H A Dphp_ftp.c98 ZEND_ARG_INFO(0, filename)
209 ZEND_ARG_INFO(0, filename)
214 ZEND_ARG_INFO(0, filename)
666 char *filename; in PHP_FUNCTION() local
670 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlp", &z_ftp, &mode, &filename, &filename_len) == FAIL… in PHP_FUNCTION()
678 if (!ftp_chmod(ftp, mode, filename, filename_len)) { in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/array/
H A Darray_multisort_variation1.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
17 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Darray_multisort_variation2.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
17 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Darray_multisort_variation3.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
17 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
/PHP-7.4/ext/standard/tests/strings/
H A Dbasename_basic.phpt8 If the filename ends in suffix this will also be cut off.
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h312 int zend_accel_invalidate(const char *filename, size_t filename_len, zend_bool force);
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_007.phpt76 --> zlib:filename.txt : string(12) "filename.txt"
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c132 ZEND_ARG_INFO(0, filename)
138 ZEND_ARG_INFO(0, filename)
/PHP-7.4/ext/readline/
H A Dreadline.c97 ZEND_ARG_INFO(0, filename)
101 ZEND_ARG_INFO(0, filename)

Completed in 52 milliseconds

1...<<31323334353637383940