Home
last modified time | relevance | path

Searched refs:filename (Results 726 – 750 of 980) sorted by relevance

1...<<21222324252627282930>>...40

/PHP-7.4/ext/standard/tests/file/
H A Dfgets_variation6-win32.phpt27 $filename = __DIR__."/fgets_variation6.tmp";
36 $file_handle = fopen($filename, $file_mode);
40 echo "Error: failed to open file $filename!";
58 delete_file($filename);
H A Dfgets_variation6.phpt27 $filename = __DIR__."/fgets_variation6.tmp";
36 $file_handle = fopen($filename, $file_mode);
40 echo "Error: failed to open file $filename!";
58 delete_file($filename);
H A Dfopen_variation17.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation16.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dstat_error-win32.phpt12 Prototype: array stat ( string $filename );
H A Drename_variation13-win32.phpt22 -1, /* -1 is just a valid filename on windows */
108 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
111 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
H A Dfputcsv_variation5.phpt31 $filename = "$file_path/fputcsv_variation5.tmp";
45 $file_handle = fopen($filename, "w");
47 $file_handle = fopen($filename, $file_modes[$mode_counter] );
50 echo "Error: failed to create file $filename!\n";
66 var_dump( file_get_contents($filename) );
69 unlink($filename);
H A Dfputcsv_variation6.phpt34 $filename = "$file_path/fputcsv_variation6.tmp";
48 $file_handle = fopen($filename, "w");
50 $file_handle = fopen($filename, $file_modes[$mode_counter] );
53 echo "Error: failed to create file $filename!\n";
69 var_dump( file_get_contents($filename) );
72 unlink($filename);
H A Dfputcsv_variation7.phpt34 $filename = "$file_path/fputcsv_variation7.tmp";
48 $file_handle = fopen($filename, "w");
50 $file_handle = fopen($filename, $file_modes[$mode_counter] );
53 echo "Error: failed to create file $filename!\n";
69 var_dump( file_get_contents($filename) );
72 unlink($filename);
H A Dfputcsv_variation8.phpt34 $filename = "$file_path/fputcsv_variation8.tmp";
48 $file_handle = fopen($filename, "w");
50 $file_handle = fopen($filename, $file_modes[$mode_counter] );
53 echo "Error: failed to create file $filename!\n";
69 var_dump( file_get_contents($filename) );
72 unlink($filename);
H A Dfputcsv_variation11.phpt31 $filename = "$file_path/fputcsv_variation11.tmp";
45 $file_handle = fopen($filename, "w");
47 $file_handle = fopen($filename, $file_modes[$mode_counter] );
50 echo "Error: failed to create file $filename!\n";
66 var_dump( file_get_contents($filename) );
69 unlink($filename);
H A Dfputcsv_variation12.phpt32 $filename = "$file_path/fputcsv_variation12.tmp";
46 $file_handle = fopen($filename, "w");
48 $file_handle = fopen($filename, $file_modes[$mode_counter] );
51 echo "Error: failed to create file $filename!\n";
67 var_dump( file_get_contents($filename) );
70 unlink($filename);
H A Dfgets_basic.phpt24 $filename = __DIR__."/fgets_basic1.tmp"; // this is name of the file created by create_files()
25 $file_handle = fopen($filename, $file_mode);
27 echo "Error: failed to open file $filename!";
46 delete_file($filename);
H A Dparse_ini_file_variation3.phpt7 /* Prototype : array parse_ini_file(string filename [, bool process_sections])
H A Dfiletype_variation.phpt12 Prototype: string filetype ( string $filename );
H A Dlstat_stat_variation20.phpt12 /* Prototype: array lstat ( string $filename );
15 Prototype: array stat ( string $filename );
/PHP-7.4/ext/opcache/
H A Dzend_persist.c311 if (op_array->filename) { in zend_persist_op_array_ex()
312 op_array->filename = zend_shared_alloc_get_xlat_entry(op_array->filename); in zend_persist_op_array_ex()
313 ZEND_ASSERT(op_array->filename != NULL); in zend_persist_op_array_ex()
476 if (op_array->filename) { in zend_persist_op_array_ex()
478 zend_accel_memdup_string(op_array->filename); in zend_persist_op_array_ex()
766 if (ce->info.user.filename) { in zend_persist_class_entry()
768 zend_accel_memdup_string(ce->info.user.filename); in zend_persist_class_entry()
1069 zend_accel_store_interned_string(script->script.filename); in zend_accel_script_persist()
/PHP-7.4/ext/soap/
H A Dphp_xml.h32 xmlDocPtr soap_xmlParseFile(const char *filename);
H A Dphp_xml.c79 xmlDocPtr soap_xmlParseFile(const char *filename) in soap_xmlParseFile() argument
91 ctxt = xmlCreateFileParserCtxt(filename); in soap_xmlParseFile()
/PHP-7.4/ext/curl/
H A Dcurl_file.c135 ZEND_ARG_INFO(0, filename)
/PHP-7.4/ext/phar/tests/
H A Dphar_extract.phpt141 Invalid argument, expected a filename (string) or array of filenames
151 …aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa..." to "%s...", extracted filename is too long for f…
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c356 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, msg, r->filename); in php_apache_sapi_log_message_ex()
513 SG(request_info).path_translated = apr_pstrdup(r->pool, r->filename); in php_apache_request_ctor()
694 highlight_file((char *)r->filename, &syntax_highlighter_ini); in php_handler()
697 zend_stream_init_filename(&zfd, (char *) r->filename); in php_handler()
/PHP-7.4/ext/openssl/tests/
H A D001.phpt22 die("failed to get a temporary filename!");
/PHP-7.4/ext/gd/libgd/
H A Dgdtest.c5 unlink (const char *filename) in unlink() argument
7 return _unlink (filename); in unlink()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt19 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
22 echo "Error: $err_no - $err_msg, $filename($linenum)\n";

Completed in 53 milliseconds

1...<<21222324252627282930>>...40