Home
last modified time | relevance | path

Searched refs:file_name (Results 26 – 45 of 45) sorted by relevance

12

/PHP-7.0/ext/standard/tests/file/
H A Dfpassthru_basic.phpt11 $file_name = dirname(__FILE__)."/passthru.tmp";
12 $write_handle = fopen($file_name, "w");
22 $read_handle = fopen($file_name, "r");
H A D006_variation2.phpt35 $file_name = dirname(__FILE__)."/006_variation2.tmp";
36 $file_handle = fopen($file_name, "w");
71 var_dump( chmod($file_name, $permission) );
72 printf("%o", fileperms($file_name) );
H A Dfnmatch_variation.phpt16 $file_name = dirname(__FILE__)."/match.tmp";
20 $file_name = str_replace('\\','/', $file_name);
23 fopen($file_name, "w");
57 31 => $file_name,
69 var_dump( fnmatch($pattern_arr[$i], $file_name) );
71 unlink($file_name);
H A Dlstat_stat_variation18.phpt42 $file_name = new names("$file_path/lstat_stat_variation18.tmp");
46 var_dump( stat($file_name->var_name) );
H A Dfflush_variation3.phpt24 $file_name = "$file_path/fflush_variation3.tmp";
34 $file_handle = fopen($file_name, "w");
36 exit("Error:failed to open file $file_name");
45 var_dump( link($file_name, $link_name) );
61 unlink($file_name);
H A Dfflush_variation1-win32.phpt26 $file_name = "$file_path/fflush_variation1.tmp";
37 $file_handle = fopen($file_name, "w");
39 exit("Error:failed to open file $file_name");
48 $file_handle = fopen($file_name, $mode);
50 exit("Error:failed to open file $file_name");
58 var_dump( readfile($file_name) );
59 unlink($file_name);
H A Dfflush_variation1.phpt26 $file_name = "$file_path/fflush_variation1.tmp";
37 $file_handle = fopen($file_name, "w");
39 exit("Error:failed to open file $file_name");
49 $file_handle = fopen($file_name, $mode);
51 exit("Error:failed to open file $file_name");
59 var_dump( readfile($file_name) );
60 unlink($file_name);
H A Dfflush_variation2.phpt24 $file_name = "$file_path/fflush_variation2.tmp";
35 $file_handle = fopen($file_name, "w");
37 exit("Error:failed to open file $file_name");
47 var_dump( symlink($file_name, $symlink_name) );
61 unlink($file_name);
H A Dtempnam_variation4.phpt41 $file_name = tempnam($dir_name, $prefix);
43 if(file_exists($file_name) ) {
44 if (realpath(dirname($file_name)) == realpath(sys_get_temp_dir())) {
47 else if (dirname($file_name) == $dir_name) {
55 unlink($file_name);
H A D006_variation1.phpt33 $file_name = dirname(__FILE__)."/006_variation1.tmp";
34 $file_handle = fopen($file_name, "w");
43 var_dump( chmod($file_name, $mode) );
44 printf("%o", fileperms($file_name) );
/PHP-7.0/ext/spl/internal/
H A Dsplfileobject.inc35 * @param $file_name The name of the stream to open
42 function __construct($file_name, $open_mode = 'r', $use_include_path = false, $context = NULL)
44 $this->fp = fopen($file_name, $open_mode, $use_include_path, $context);
47 throw new RuntimeException("Cannot open file $file_name");
49 $this->fname = $file_name;
/PHP-7.0/ext/standard/tests/dir/
H A Dscandir_variation8.phpt63 foreach ($content as $file_name) {
65 @unlink($dir_path . $file_name);
/PHP-7.0/ext/gd/libgd/
H A Dxbm.c174 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out) in gdImageXbmCtx() argument
180 name = file_name; in gdImageXbmCtx()
H A Dgd.h403 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out);
/PHP-7.0/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt7 /* Prototype : string finfo_file(resource finfo, char *file_name [, int options [, resource contex…
/PHP-7.0/ext/spl/
H A Dspl_directory.h68 char *file_name; member
H A Dspl.php859 function __construct($file_name) {/**/} argument
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_debug.h49 char * file_name; member
/PHP-7.0/ext/standard/
H A Dbasic_functions.c719 ZEND_ARG_INFO(0, file_name)
724 ZEND_ARG_INFO(0, file_name)
/PHP-7.0/ext/phar/
H A Dphar_object.c1549 fname = expand_filepath(intern->file_name, NULL); in phar_build()

Completed in 56 milliseconds

12