Home
last modified time | relevance | path

Searched refs:w (Results 301 – 325 of 910) sorted by relevance

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

/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_002.phpt10 $fp = fopen($file, 'w');
H A Dcopy_variation15.phpt9 $fp = fopen($filename, 'w');
30 $file_handle = fopen($file, "w");
H A Dcopy_variation9.phpt10 $fp = fopen($filename, 'w');
31 $file_handle = fopen($src_file_name, "w");
H A Dfile_variation.phpt18 $fh = fopen($file_path."/file_variation.tmp", "w");
36 $file_handle = fopen($file_path."/file2_variation.tmp", "w");
43 $file_handle2 = fopen($file_path."/file3_variation.tmp", "w");
H A Dreadlink_realpath_basic1.phpt22 …handle1 = fopen("$file_path/readlink_realpath_basic1/home/test/readlink_realpath_basic1.tmp", "w");
23 $file_handle2 = fopen("$file_path/readlink_realpath_basic1/home/readlink_realpath_basic1.tmp", "w");
24 $file_handle3 = fopen("$file_path/readlink_realpath_basic1/readlink_realpath_basic1.tmp", "w");
H A Dfgets_variation5.phpt13 $file_modes = array("w+", "w+b", "w+t",
60 -- Testing fgets() with file opened using mode w+ --
87 -- Testing fgets() with file opened using mode w+b --
114 -- Testing fgets() with file opened using mode w+t --
/PHP-5.5/ext/date/tests/
H A Dbug35425.phpt9 foreach (array('B','d','h','H','i','I','L','m','s','t','U','w','W','y','Y','z','Z') as $v) {
H A D009.phpt17 …%B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%…
25 …%B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%…
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_basic_001.phpt8 $fp = fopen($temp_filename, "w");
/PHP-5.5/ext/standard/tests/filters/
H A Dbug46164-2.phpt17 $fd = fopen('php://memory','w');
/PHP-5.5/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 Dbug51997.phpt12 $bz = bzopen($filename, "w");
/PHP-5.5/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt9 $fp = fopen('php://stdout', 'w');
H A Dzlib_filter_inflate.phpt9 $fp = fopen('php://stdout', 'w');
/PHP-5.5/ext/gd/tests/
H A Dimagepalettetotruecolor_error3.phpt11 $im = fopen('php://memory', 'w');
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc53 list($r, $w, $e) = array(array($sock), null, null);
54 if (!stream_select($r, $w, $e, 1)) continue;
/PHP-5.5/ext/standard/tests/array/
H A Dnatcasesort_object2.phpt41 new for_string_natcasesort("w","W", "c"),
92 string(1) "w"
H A Drsort_object1.phpt53 new for_string_rsort("w"), new for_string_rsort("py"),
127 string(1) "w"
205 string(1) "w"
/PHP-5.5/tests/classes/
H A Diterators_002.phpt63 foreach($t as $w) {
64 echo "double:$v:$w\n";
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt61 …s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :::w:::i:::t:::h::: ::: :…
62 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.:::
63 …@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:::!:::!:::N:::o:::w::: :::\:::k::: :::a:…
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h394 #define SLJIT_W(w) (w##ll) argument
396 #define SLJIT_W(w) (w) argument
/PHP-5.5/ext/intl/tests/
H A Duconverter_oop_subst.phpt2 Basic UConverter::convert() w/ Subsitution
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_002.phpt5 $fo = new SplFileObject(__DIR__ . '/SplFileObject_fputcsv.csv', 'w');
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt7 $filemodes = array('r', 'r+', 'w', 'w+', 'a', 'a+', 'x', 'x+',
13 $fp = fopen($filename, 'w+');
83 string(1) "w"
103 string(2) "w+"

Completed in 84 milliseconds

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