Home
last modified time | relevance | path

Searched refs:filename (Results 426 – 450 of 1009) sorted by relevance

1...<<11121314151617181920>>...41

/PHP-5.3/ext/standard/tests/file/
H A Dlstat_stat_variation1.phpt11 /* Prototype: array lstat ( string $filename );
14 Prototype: array stat ( string $filename );
H A Dlstat_stat_variation2.phpt11 /* Prototype: array lstat ( string $filename );
14 Prototype: array stat ( string $filename );
H A Dlstat_stat_variation4.phpt12 /* Prototype: array lstat ( string $filename );
15 Prototype: array stat ( string $filename );
H A Dfscanf_variation49.phpt18 $filename = "$file_path/fscanf_variation49.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
58 $file_handle = fopen($filename, "r");
60 exit("Error:failed to open file $filename");
80 $filename = "$file_path/fscanf_variation49.tmp";
81 unlink($filename);
H A Dfscanf_variation6.phpt18 $filename = "$file_path/fscanf_variation6.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
58 $file_handle = fopen($filename, "r");
60 exit("Error:failed to open file $filename");
80 $filename = "$file_path/fscanf_variation6.tmp";
81 unlink($filename);
H A Dfwrite_variation3-win32.phpt22 // include the file.inc for Function: function delete_file($filename)
42 $filename = dirname(__FILE__)."/fwrite_variation3.tmp"; // this is name of the file
45 $file_handle = fopen($filename, $file_mode);
47 echo "Error: failed to fopen() file: $filename!";
73 var_dump( filesize($filename) );
74 var_dump(md5(file_get_contents($filename)));
76 delete_file($filename); // delete file with name fwrite_variation3.tmp
H A Dfwrite_variation3.phpt22 // include the file.inc for Function: function delete_file($filename)
42 $filename = dirname(__FILE__)."/fwrite_variation3.tmp"; // this is name of the file
45 $file_handle = fopen($filename, $file_mode);
47 echo "Error: failed to fopen() file: $filename!";
74 var_dump( filesize($filename) );
75 var_dump(md5(file_get_contents($filename)));
77 delete_file($filename); // delete file with name fwrite_variation3.tmp
H A Dfscanf_variation12.phpt18 $filename = "$file_path/fscanf_variation12.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
58 $file_handle = fopen($filename, "r");
60 exit("Error:failed to open file $filename");
80 $filename = "$file_path/fscanf_variation12.tmp";
81 unlink($filename);
H A Dfscanf_variation31.phpt18 $filename = "$file_path/fscanf_variation31.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
58 $file_handle = fopen($filename, "r");
60 exit("Error:failed to open file $filename");
80 $filename = "$file_path/fscanf_variation31.tmp";
81 unlink($filename);
H A Dfscanf_variation37.phpt18 $filename = "$file_path/fscanf_variation37.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
58 $file_handle = fopen($filename, "r");
60 exit("Error:failed to open file $filename");
80 $filename = "$file_path/fscanf_variation37.tmp";
81 unlink($filename);
H A Dfscanf_variation43.phpt18 $filename = "$file_path/fscanf_variation43.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
58 $file_handle = fopen($filename, "r");
60 exit("Error:failed to open file $filename");
80 $filename = "$file_path/fscanf_variation43.tmp";
81 unlink($filename);
H A Dfopen_variation4.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
19 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
25 $filename = __FILE__;
28 $fileresource = fopen($filename, $mode);
115 $h = fopen($filename, $mode, false, $value);
H A Dfgetss_variation1-win32.phpt43 $filename = dirname(__FILE__)."/fgetss_variation1.tmp";
52 $file_handle = fopen($filename, $file_modes[$mode_counter]);
55 echo "Error: failed to open file $filename!\n";
60 var_dump( filesize($filename) );
75 delete_file($filename);
H A Dfgetss_variation1.phpt39 $filename = dirname(__FILE__)."/fgetss_variation1.tmp";
48 $file_handle = fopen($filename, $file_modes[$mode_counter]);
51 echo "Error: failed to open file $filename!\n";
56 var_dump( filesize($filename) );
71 delete_file($filename);
H A Dfputcsv_variation14.phpt32 $filename = "$file_path/fputcsv_variation14.tmp";
37 $file_handle = fopen($filename, "w" );
39 echo "Error: failed to create file $filename!\n";
48 $file_handle = fopen($filename, "w" );
50 echo "Error: failed to create file $filename!\n";
57 $file_handle = fopen($filename, $file_modes[$mode_counter] );
59 echo "Error: failed to create file $filename!\n";
75 var_dump( file_get_contents($filename) );
78 unlink($filename);
/PHP-5.3/tests/basic/
H A Dbug46313-win.phpt13 Content-Disposition: form-data; name="o1'file"; filename="o1'file.png"
18 Content-Disposition: form-data; name="o2'file"; filename="o2'file2.txt"
/PHP-5.3/ext/bz2/tests/
H A D001.phpt28 Warning: bzopen(): filename cannot be empty in %s on line %d
31 Warning: bzopen(): filename cannot be empty in %s on line %d
/PHP-5.3/ext/zip/
H A Dzip_stream.c188 php_stream *php_stream_zip_open(char *filename, char *path, char *mode STREAMS_DC TSRMLS_DC) in php_stream_zip_open() argument
201 if (filename) { in php_stream_zip_open()
202 if (ZIP_OPENBASEDIR_CHECKPATH(filename)) { in php_stream_zip_open()
207 stream_za = zip_open(filename, ZIP_CREATE, &err); in php_stream_zip_open()
/PHP-5.3/ext/standard/tests/general_functions/
H A Ddl-cve-2007-4887.phpt2 dl() filename length checks (CVE-2007-4887)
/PHP-5.3/main/
H A Dmain.c1231 handle->filename = (char*)filename; in php_stream_open_for_zend_ex()
2256 if(primary_file->filename) { in php_execute_script()
2257 UpdateIniFromRegistry(primary_file->filename TSRMLS_CC); in php_execute_script()
2270 VCWD_CHDIR_FILE(primary_file->filename); in php_execute_script()
2276 if (primary_file->filename && in php_execute_script()
2277 (primary_file->filename[0] != '-' || primary_file->filename[1] != 0) && in php_execute_script()
2292 prepend_file.filename = PG(auto_prepend_file); in php_execute_script()
2302 append_file.filename = PG(auto_append_file); in php_execute_script()
2349 if(primary_file->filename) { in php_execute_simple_script()
2350 UpdateIniFromRegistry(primary_file->filename TSRMLS_CC); in php_execute_simple_script()
[all …]
/PHP-5.3/sapi/tests/
H A Dtest001.phpt7 PATH_TRANSLATED=$filename
/PHP-5.3/ext/phar/
H A Dgdbhelp72 printf "phar %s file %s is open (%i)\n", $pharname, (*(phar_entry_info *)$m->pData).filename, $a
97 if (*(phar_entry_info *)$m->pData).filename[0] == $arg1[0]
119 dump_entry "pharname"|"pharalias" "filename" [1]
/PHP-5.3/ext/standard/tests/image/
H A Dgetimagesize_basic.phpt42 foreach($imagetype_filenames as $key => $filename) {
43 echo "\n-- $key ($filename) --\n";
44 var_dump( getimagesize(dirname(__FILE__)."/$filename", $info) );
/PHP-5.3/ext/standard/tests/strings/
H A Dbug24098.phpt17 ["filename"]=>
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.c1217 char *filename; in fpm_conf_ini_parser_include() local
1226 spprintf(&filename, 0, "%s", ini_filename); in fpm_conf_ini_parser_include()
1235 efree(filename); in fpm_conf_ini_parser_include()
1241 efree(filename); in fpm_conf_ini_parser_include()
1252 efree(filename); in fpm_conf_ini_parser_include()
1262 efree(filename); in fpm_conf_ini_parser_include()
1267 efree(filename); in fpm_conf_ini_parser_include()
1458 if (!filename || !filename[0]) { in fpm_conf_load_ini_file()
1463 fd = open(filename, O_RDONLY, 0); in fpm_conf_load_ini_file()
1484 ini_filename = filename; in fpm_conf_load_ini_file()
[all …]

Completed in 57 milliseconds

1...<<11121314151617181920>>...41