Home
last modified time | relevance | path

Searched refs:filename (Results 476 – 500 of 1009) sorted by relevance

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

/PHP-5.3/tests/basic/
H A Drfc1867_malicious_input.phpt11 Content-Disposition: form-data; name="foo[]bar"; filename="file1.txt"
/PHP-5.3/ext/standard/tests/file/
H A Dmove_uploaded_file_basic.phpt13 content-disposition: form-data; name="file1"; filename="file1.txt"
18 content-disposition: form-data; name="file2"; filename="file2.txt"
H A Dchmod_variation3.phpt5 /* Prototype : bool chmod(string filename, int mode)
14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
17 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
97 // loop through each element of the array for filename
H A Dfgetss_variation5-win32.phpt40 $filename = dirname(__FILE__)."/fgetss_variation5.tmp";
49 $file_handle = fopen($filename, $file_modes[$mode_counter]);
52 echo "Error: failed to open file $filename!\n";
56 var_dump( filesize($filename) );
78 unlink($filename);
H A Dfgetss_variation5.phpt37 $filename = dirname(__FILE__)."/fgetss_variation5.tmp";
46 $file_handle = fopen($filename, $file_modes[$mode_counter]);
49 echo "Error: failed to open file $filename!\n";
53 var_dump( filesize($filename) );
75 unlink($filename);
H A Dfgetss_basic2-win32.phpt35 $filename = dirname(__FILE__)."/fgetss_basic2.tmp";
44 $file_handle = fopen($filename, $file_modes[$mode_counter]);
47 echo "Error: failed to open file $filename!\n";
52 var_dump( filesize($filename) );
74 unlink($filename);
H A Dfgetss_basic2.phpt33 $filename = dirname(__FILE__)."/fgetss_basic2.tmp";
42 $file_handle = fopen($filename, $file_modes[$mode_counter]);
45 echo "Error: failed to open file $filename!\n";
50 var_dump( filesize($filename) );
72 unlink($filename);
H A Dfile_get_contents_variation4.phpt7 /* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource conte…
16 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
19 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
25 $filename = 'FileGetContentsVar4.tmp';
26 $absFile = dirname(__FILE__).'/'.$filename;
H A Dclearstatcache_error.phpt6 Prototype: void clearstatcache ([bool clear_realpath_cache[, filename]]);
H A Dfiletype_basic.phpt6 Prototype: string filetype ( string $filename );
H A Dlstat_stat_variation6.phpt20 /* Prototype: array lstat ( string $filename );
23 Prototype: array stat ( string $filename );
H A Dlstat_stat_variation9.phpt11 /* Prototype: array lstat ( string $filename );
14 Prototype: array stat ( string $filename );
H A Dis_executable_variation1.phpt11 /* Prototype: bool is_executable ( string $filename );
12 Description: Tells whether the filename is executable
/PHP-5.3/ext/zlib/tests/
H A Dreadgzfile_variation9.phpt11 $filename = dirname(__FILE__)."/004.txt.gz";
22 var_dump(readgzfile( $filename, $var ) );
H A Dgzopen_variation2.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
23 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
29 $filename = dirname(__FILE__)."/004.txt.gz";
114 var_dump( gzopen($filename, $value, $use_include_path) );
H A Dgzfile_variation12.phpt11 $filename = dirname(__FILE__)."/004.txt.gz";
23 var_dump(gzfile( $filename, $var ) );
/PHP-5.3/Zend/
H A Dzend_highlight.h45 ZEND_API int highlight_file(char *filename, zend_syntax_highlighter_ini *syntax_highlighter_ini TSR…
/PHP-5.3/ext/libxml/
H A Dlibxml.c270 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper() argument
282 uri = xmlParseURI((xmlChar *)filename); in php_libxml_streams_IO_open_wrapper()
284 resolved_path = xmlURIUnescapeString(filename, 0, NULL); in php_libxml_streams_IO_open_wrapper()
287 resolved_path = (char *)filename; in php_libxml_streams_IO_open_wrapper()
323 static void *php_libxml_streams_IO_open_read_wrapper(const char *filename) in php_libxml_streams_IO_open_read_wrapper() argument
325 return php_libxml_streams_IO_open_wrapper(filename, "rb", 1); in php_libxml_streams_IO_open_read_wrapper()
328 static void *php_libxml_streams_IO_open_write_wrapper(const char *filename) in php_libxml_streams_IO_open_write_wrapper() argument
330 return php_libxml_streams_IO_open_wrapper(filename, "wb", 0); in php_libxml_streams_IO_open_write_wrapper()
475 if (parser->input->filename) { in php_libxml_ctx_error_level()
476 …php_error_docref(NULL TSRMLS_CC, level, "%s in %s, line: %d", msg, parser->input->filename, parser… in php_libxml_ctx_error_level()
/PHP-5.3/sapi/apache/
H A Dsapi_apache.c49 file_handle.filename = SG(request_info).path_translated; in apache_php_module_main()
H A Dmod_php5.c40 static int send_php(request_rec *r, int display_source_mode, char *filename);
532 SG(request_info).path_translated = r->filename; in init_request_info()
600 static int send_php(request_rec *r, int display_source_mode, char *filename) in send_php() argument
609 fh.filename = r->filename; in send_php()
623 if (filename == NULL && r->finfo.st_mode == 0) { in send_php()
642 if (filename == NULL) { in send_php()
643 filename = r->filename; in send_php()
/PHP-5.3/
H A D.gdbinit47 printf "%s:%d ", $t->op_array->filename, $t->opline->lineno
516 set $filename = strrchr($p->filename, '/')
517 if !$filename
518 set $filename = $p->filename
520 set $filename = $filename + 1
529 printf "%-06s %s:%d", $stat, $filename, $p->lineno
/PHP-5.3/ext/phar/tests/zip/
H A Dcorrupt_007.phpt2 Phar: corrupted zip (truncated filename record)
/PHP-5.3/ext/zip/tests/
H A Dbug11216.phpt25 [filename] => %s
/PHP-5.3/ext/openssl/tests/
H A D023.phpt10 die("failed to get a temporary filename!");
13 die("failed to get a temporary filename!");
H A D024.phpt11 die("failed to get a temporary filename!");
15 die("failed to get a temporary filename!");

Completed in 53 milliseconds

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