Home
last modified time | relevance | path

Searched refs:w (Results 351 – 375 of 910) sorted by path

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

/PHP-5.5/ext/standard/tests/file/
H A D007_variation5.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 5, "bytes");
H A D007_variation6.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 6, "bytes");
H A D007_variation9.phpt25 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 9, "bytes");
H A Dbug27508.phpt54 $fp = fopen("myFile://" . urlencode($tn), "w+");
H A Dbug35781.phpt8 $fp = fopen($filename, "w");
H A Dbug37158.phpt19 $fp = fopen($file, 'w');
H A Dbug38086.phpt13 $dest = fopen($new_file, 'w');
27 $dest = fopen($new_file, 'w');
H A Dbug39551.phpt6 $bucket = stream_bucket_new(fopen('php://temp', 'w+'), '');
11 $bucket = stream_bucket_new(fopen('php://temp', 'w+'), '');
H A Dbug52820.phpt13 if (!curl_setopt($handle, CURLOPT_STDERR, fopen("php://memory", "w+")))
21 curl_setopt($handle, CURLOPT_STDERR, $o = fopen($url, "w+"));
H A Dbug60120.phpt23 $descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w'));
41 $w = $writePipes;
43 $n = stream_select($r, $w, $e, 60);
51 if ($w) {
H A Dbug65272.phpt12 $fp1 = fopen($file, "w");
H A Dbug68532.phpt13 $fileStream = fopen(__DIR__ . '/base64test.txt','w+');
H A Dchmod_basic-win32.phpt16 $fd = fopen($filename, "w+");
H A Dchmod_basic.phpt16 $fd = fopen($filename, "w+");
H A Dchmod_variation2-win32.phpt21 $fd = fopen($filepath, "w+");
H A Dchmod_variation2.phpt21 $fd = fopen($filepath, "w+");
H A Dchmod_variation4.phpt24 $fd = fopen($filename, "w+");
H A Dcopy_variation1.phpt17 $file_handle = fopen($src_file_name, "w");
H A Dcopy_variation10.phpt16 $file_handle = fopen($file, "w");
H A Dcopy_variation11.phpt16 $file_handle = fopen($file, "w");
H A Dcopy_variation13.phpt15 fclose(fopen($file, "w"));
H A Dcopy_variation14.phpt17 $file_handle = fopen($file, "w");
H A Dcopy_variation15.phpt9 $fp = fopen($filename, 'w');
30 $file_handle = fopen($file, "w");
H A Dcopy_variation16-win32.phpt29 $file_handle = fopen($src_file_name, "w");
H A Dcopy_variation16.phpt29 $file_handle = fopen($src_file_name, "w");

Completed in 79 milliseconds

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