Home
last modified time | relevance | path

Searched refs:filename (Results 401 – 425 of 1055) sorted by relevance

1...<<11121314151617181920>>...43

/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation11.phpt17 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
20 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Darray_intersect_ukey_variation10.phpt18 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
21 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_basic.phpt6 /* Prototype: string file_get_contents( string $filename[, bool $use_include_path[,
11 /* Prototype: int file_put_contents( string $filename, mixed $data[, int $flags[, resource $contex…
H A Dlstat_stat_variation10.phpt12 /* Prototype: array lstat ( string $filename );
15 Prototype: array stat ( string $filename );
H A Dlstat_stat_variation17.phpt12 /* Prototype: array lstat ( string $filename );
15 Prototype: array stat ( string $filename );
H A Dlstat_stat_variation22.phpt12 /* Prototype: array lstat ( string $filename );
15 Prototype: array stat ( string $filename );
H A Dtempnam_variation5-win32.phpt20 echo "*** Test tempnam() function: by passing an existing filename as prefix ***\n";
46 *** Test tempnam() function: by passing an existing filename as prefix ***
H A Dfgetc_variation1.phpt17 $filename = dirname(__FILE__)."/fgetc_variation1.tmp";
26 $file_handle = fopen ($filename, $file_modes[$loop_counter]);
28 echo "Error: failed to open file $filename! \n";
H A Dfflush_error.phpt20 $filename = "$file_path/fflush_error.tmp";
21 $file_handle = fopen($filename, "w");
23 exit("Error:failed to open file $filename");
H A Dis_dir_variation2.phpt39 $filename = $file_path."/is_dir_variation2.tmp";
40 fclose( fopen($filename, "w") );
41 var_dump( is_dir($filename) );
H A D005_error.phpt6 Prototype: int fileatime ( string $filename );
10 Prototype: int filemtime ( string $filename );
14 Prototype: int filectime ( string $filename );
18 Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
20 named in the filename parameter to the value given in time.
H A Dfile_get_contents_variation5.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 = 'FileGetContentsVar5.tmp';
26 $absFile = dirname(__FILE__).'/'.$filename;
H A Dfscanf_variation21.phpt18 $filename = "$file_path/fscanf_variation21.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
60 $file_handle = fopen($filename, "r");
62 exit("Error:failed to open file $filename");
82 $filename = "$file_path/fscanf_variation21.tmp";
83 unlink($filename);
H A Dfscanf_variation23.phpt18 $filename = "$file_path/fscanf_variation23.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
56 $file_handle = fopen($filename, "r");
58 exit("Error:failed to open file $filename");
78 $filename = "$file_path/fscanf_variation23.tmp";
79 unlink($filename);
H A Dfscanf_variation28.phpt18 $filename = "$file_path/fscanf_variation28.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
61 $file_handle = fopen($filename, "r");
63 exit("Error:failed to open file $filename");
83 $filename = "$file_path/fscanf_variation28.tmp";
84 unlink($filename);
H A Dfscanf_variation3.phpt24 $filename = "$file_path/fscanf_variation3.tmp";
25 $file_handle = fopen($filename, "w");
27 exit("Error:failed to open file $filename");
62 $file_handle = fopen($filename, "r");
64 exit("Error:failed to open file $filename");
84 $filename = "$file_path/fscanf_variation3.tmp";
85 unlink($filename);
H A Dfscanf_variation34.phpt24 $filename = "$file_path/fscanf_variation34.tmp";
25 $file_handle = fopen($filename, "w");
27 exit("Error:failed to open file $filename");
66 $file_handle = fopen($filename, "r");
68 exit("Error:failed to open file $filename");
88 $filename = "$file_path/fscanf_variation34.tmp";
89 unlink($filename);
H A Dfscanf_variation40.phpt24 $filename = "$file_path/fscanf_variation40.tmp";
25 $file_handle = fopen($filename, "w");
27 exit("Error:failed to open file $filename");
62 $file_handle = fopen($filename, "r");
64 exit("Error:failed to open file $filename");
84 $filename = "$file_path/fscanf_variation40.tmp";
85 unlink($filename);
H A Dfscanf_variation15.phpt18 $filename = "$file_path/fscanf_variation15.tmp";
19 $file_handle = fopen($filename, "w");
21 exit("Error:failed to open file $filename");
60 $file_handle = fopen($filename, "r");
62 exit("Error:failed to open file $filename");
82 $filename = "$file_path/fscanf_variation15.tmp";
83 unlink($filename);
/PHP-5.5/sapi/apache_hooks/
H A Dsapi_apache.c50 file_handle.filename = SG(request_info).path_translated; in apache_php_module_main()
89 file_handle.filename = handler->name; in apache_php_module_hook()
/PHP-5.5/tests/func/
H A D010.phpt56 $filename = dirname(__FILE__).'/010-file.php';
60 include($filename);
/PHP-5.5/ext/gd/
H A Dphp_gd.h34 #define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg) \ argument
35 if (!filename || php_check_open_basedir(filename TSRMLS_CC)) { \
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt103 $filename = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'mysqli_real_connect_phpt';
104 if (!$fp = fopen($filename, 'w'))
105 printf("[020] Cannot open temporary file %s\n", $filename);
111 …if (mysqli_query($link, "LOAD DATA LOCAL INFILE '$filename' INTO TABLE test FIELDS TERMINATED BY '…
114 unlink($filename);
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation3.phpt9 $filename = dirname(__FILE__)."/dir_root_check.tmp";
10 $fp = fopen($filename, 'w');
12 if(fileowner($filename) == 0) {
13 unlink ($filename);
16 unlink($filename);
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation3.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 $res = gzopen($filename, $mode, $value);

Completed in 76 milliseconds

1...<<11121314151617181920>>...43