Home
last modified time | relevance | path

Searched refs:w (Results 251 – 275 of 910) sorted by last modified time

1...<<11121314151617181920>>...37

/PHP-5.5/ext/standard/tests/file/
H A Dis_file_variation1.phpt17 $file_handle = fopen($filename, "w" );
33 fclose( fopen($file_path."/is_file_variation1.tmp", "w") );
H A Dis_file_variation2.phpt18 fclose( fopen($file_path."/is_file_variation2.tmp", "w") );
H A Dis_file_variation3.phpt13 $file_handle = fopen($file_path."/is_file_variation3.tmp", "w");
H A Dis_file_variation4.phpt17 $file_handle = fopen($dir_name."/is_file_variation4.tmp", "w");
H A Dftruncate_variation7.phpt24 "w", "wb", "wt", "w+", "w+b", "w+t",
38 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
43 … create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 7);
125 -- Testing ftruncate() with file opening using w mode --
149 -- Testing ftruncate() with file opening using w+ mode --
157 -- Testing ftruncate() with file opening using w+b mode --
165 -- Testing ftruncate() with file opening using w+t mode --
319 -- Testing ftruncate() with file opening using w mode --
343 -- Testing ftruncate() with file opening using w+ mode --
351 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dfwrite.phpt8 $fp = fopen($filename, "w");
16 $fp = fopen($filename, "w");
H A Dfwrite_error.phpt24 $file_handle = fopen ( $filename, "w");
61 $fp = fopen($filename, "w");
H A Dfwrite_variation5.phpt106 $fp = fopen($filename,'w');
H A Dglob_basic.phpt20 $fp = fopen("$dirname/wonder12345", "w");
22 $fp = fopen("$dirname/wonder.txt", "w");
24 $fp = fopen("$dirname/file.text", "w");
H A Dglob_error.phpt14 $fp = fopen("$file_path/glob_error/wonder12345", "w");
H A Dglob_variation-win32.phpt24 $fp = fopen("$file_path/glob_variation/wonder12345", "w");
26 $fp = fopen("$file_path/glob_variation/wonder;123456", "w");
32 "$file_path/glob_variation/w*der?*",
H A Dglob_variation.phpt27 $fp = fopen("$file_path/glob_variation/wonder12345", "w");
29 $fp = fopen("$file_path/glob_variation/wonder;123456", "w");
35 "$file_path/glob_variation/w*der?*",
H A Dglob_variation2.phpt18 $fp = fopen("$file_path/$dir_name/file.text", "w");
H A Dis_dir_variation2.phpt40 fclose( fopen($filename, "w") );
H A Dis_file_basic.phpt23 fclose( fopen($file_name, "w") );
H A Dfscanf_variation54.phpt32 $file_handle = fopen($filename, "w");
H A Dfscanf_variation55.phpt28 $file_handle = fopen($filename, "w");
H A Dfscanf_variation6.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation7.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation8.phpt19 $file_handle = fopen($filename, "w");
H A Dfseek_ftell_rewind_basic2-win32.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
27 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
78 -- File opened in mode w --
126 -- File opened in mode w+ --
142 -- File opened in mode w+b --
158 -- File opened in mode w+t --
272 -- File opened in mode w --
320 -- File opened in mode w+ --
336 -- File opened in mode w+b --
352 -- File opened in mode w+t --
H A Dfseek_ftell_rewind_basic2.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
26 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
77 -- File opened in mode w --
125 -- File opened in mode w+ --
141 -- File opened in mode w+b --
157 -- File opened in mode w+t --
271 -- File opened in mode w --
319 -- File opened in mode w+ --
335 -- File opened in mode w+b --
351 -- File opened in mode w+t --
H A Dfseek_ftell_rewind_variation2-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence
29 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
72 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
75 -- File opened in mode w --
120 -- File opened in mode w+ --
135 -- File opened in mode w+b --
150 -- File opened in mode w+t --
257 -- File opened in mode w --
302 -- File opened in mode w+ --
317 -- File opened in mode w+b --
[all …]
H A Dfseek_ftell_rewind_variation2.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence
29 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
72 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
75 -- File opened in mode w --
120 -- File opened in mode w+ --
135 -- File opened in mode w+b --
150 -- File opened in mode w+t --
257 -- File opened in mode w --
302 -- File opened in mode w+ --
317 -- File opened in mode w+b --
[all …]
H A Dfseek_ftell_rewind_variation3.phpt40 …create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 512, "w", "fseek_ftell_rewind_varia…

Completed in 281 milliseconds

1...<<11121314151617181920>>...37