Home
last modified time | relevance | path

Searched refs:w (Results 326 – 350 of 1009) sorted by relevance

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

/php-src/ext/standard/tests/filters/
H A Dbug46164-1.phpt16 $fd = fopen('php://memory','w');
/php-src/ext/standard/tests/file/
H A Dftruncate_variation4.phpt12 "w", "wb", "wt", "w+", "w+b", "w+t",
26 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
31 create_files ( __DIR__, 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 4);
119 -- Testing ftruncate() with file opening using w mode --
143 -- Testing ftruncate() with file opening using w+ mode --
151 -- Testing ftruncate() with file opening using w+b mode --
159 -- Testing ftruncate() with file opening using w+t mode --
313 -- Testing ftruncate() with file opening using w mode --
337 -- Testing ftruncate() with file opening using w+ mode --
345 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dfile_variation.phpt13 $fh = fopen($file_path."/file_variation.tmp", "w");
31 $file_handle = fopen($file_path."/file2_variation.tmp", "w");
38 $file_handle2 = fopen($file_path."/file3_variation.tmp", "w");
H A Dfopen_variation10-win32.phpt46 $h = fopen($firstfile, 'w');
50 $h = fopen($secondfile, 'w');
54 $h = fopen($thirdfile, 'w');
H A Dfopen_variation11-win32.phpt45 $h = fopen($firstfile, 'w');
49 $h = fopen($secondfile, 'w');
53 $h = fopen($thirdfile, 'w');
H A Dreadlink_realpath_basic1.phpt16 …handle1 = fopen("$file_path/readlink_realpath_basic1/home/test/readlink_realpath_basic1.tmp", "w");
17 $file_handle2 = fopen("$file_path/readlink_realpath_basic1/home/readlink_realpath_basic1.tmp", "w");
18 $file_handle3 = fopen("$file_path/readlink_realpath_basic1/readlink_realpath_basic1.tmp", "w");
H A D006_variation2.phpt17 $file_handle = fopen($file_name, "w");
43 "r+w",
44 "r+w+x",
H A Dfile_get_contents_basic001.phpt9 $handle = fopen($temp_filename,"w");
H A Dbug69100.phpt11 $fw = fopen($fileOut, 'w');
H A Dflock_error.phpt15 $fp = fopen($file, "w");
42 $fp = fopen($file, "w");
/php-src/ext/sodium/tests/
H A Dutils.phpt24 $w = "\x01\x02\x03\x04\x05\x06\x07\x08\xFA\xFB";
25 $w .= "\xFC";
26 sodium_add($v, $w);
/php-src/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt58 …s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :::w:::i:::t:::h::: ::: :…
59 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.:::
60 …@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:::!:::!:::N:::o:::w::: :::\:::k::: :::a:…
/php-src/ext/standard/tests/time/
H A Didate_iso.phpt17 w: 0
/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_basic_001.phpt8 $fp = fopen($temp_filename, "w");
H A Dxmlwriter_toStream_custom_constructor.phpt17 $h = fopen("php://output", "w");
/php-src/ext/zlib/tests/
H A Dzlib_filter_inflate.phpt9 $fp = fopen('php://stdout', 'w');
H A Dzlib_filter_deflate.phpt9 $fp = fopen('php://stdout', 'w');
/php-src/ext/bz2/tests/
H A Dbz2_filter_compress.phpt9 $fp = fopen('php://stdout', 'w');
H A Dbz2_filter_decompress.phpt9 $fp = fopen('php://stdout', 'w');
H A Dbzopen_string_filename_with_null_bytes.phpt9 bzopen("file\0", "w");
/php-src/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt59 foreach($t as $w) {
60 echo "double:$v:$w\n";
/php-src/ext/standard/tests/array/
H A Dnatcasesort_object2.phpt36 new for_string_natcasesort("w","W", "c"),
86 string(1) "w"
/php-src/ext/standard/tests/dir/
H A Drewinddir_basic-win32-mb.phpt25 @create_files($dir_path1, 1, "numeric", 0755, 1, "w", "私はガラスを食べられますfile");
26 @create_files($dir_path2, 1, 'numeric', 0755, 1, 'w', "私はガラスを食べられますfile", 2);
/php-src/ext/dba/tests/
H A Ddba_db4_creation_matrix.phpt50 Mode parameter is "w-":
54 Mode parameter is "w":
95 Mode parameter is "w-":
97 Mode parameter is "w":
140 Mode parameter is "w-":
144 Mode parameter is "w":
H A Ddba_tcadb_creation_matrix.phpt50 Mode parameter is "w-":
54 Mode parameter is "w":
95 Mode parameter is "w-":
97 Mode parameter is "w":
140 Mode parameter is "w-":
144 Mode parameter is "w":

Completed in 28 milliseconds

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