Home
last modified time | relevance | path

Searched refs:w (Results 201 – 225 of 834) sorted by relevance

12345678910>>...34

/PHP-5.3/ext/standard/tests/image/
H A Diptcembed_001.phpt7 $fp = fopen($file, "w");
/PHP-5.3/ext/standard/tests/file/
H A Dbug38086.phpt13 $dest = fopen($new_file, 'w');
27 $dest = fopen($new_file, 'w');
H A Dbug52820.phpt11 if (!curl_setopt($handle, CURLOPT_STDERR, fopen("php://memory", "w+")))
19 curl_setopt($handle, CURLOPT_STDERR, $o = fopen($url, "w+"));
H A Dstat_variation2-win32.phpt25 $file_handle = fopen($filename, "w"); // temp file
36 $file_handle = fopen($filename, "w"); // temp file
H A Dstat_variation5-win32.phpt23 $file_handle = fopen("$file_path/stat_variation5.tmp", "w"); // temp file
30 $file_handle = fopen($filename, "w"); // create file
H A Dfile_basic.phpt16 create_files($file_path, 1, $type, 0755, 100, "w", "file_basic", 1, "byte");
23 create_files($file_path, 1, $type, 0755, 1, "w", "file_basic");
H A Dflock.phpt11 $fp = fopen($file, "w");
16 $fp = fopen($file, "w");
H A Dfscanf_variation53.phpt24 "w+", "w+b", "w+t",
34 $file_handle = fopen($filename, "w");
H A Dfputcsv_variation9.phpt36 "w+", "w+b", "w+t",
146 -- file opened in w+ --
157 -- file opened in w+b --
168 -- file opened in w+t --
278 -- file opened in w+ --
289 -- file opened in w+b --
300 -- file opened in w+t --
410 -- file opened in w+ --
542 -- file opened in w+ --
674 -- file opened in w+ --
[all …]
H A Dfgetc_variation3.phpt11 w, wb, wt,
20 $file_modes = array("w", "wb", "wt", "a", "ab", "at", "x", "xb", "xt");
54 -- File opened in mode : w --
H A Dunlink_variation1.phpt10 $fp = fopen($filename, 'w');
41 $fp = fopen($filename, "w");
60 $fp = fopen($filename, "w");
H A Dfgets_variation1.phpt10 w, wb, wt,
19 $file_modes = array("w", "wb", "wt", "a", "ab", "at", "x", "xb", "xt");
53 -- File opened in mode : w --
H A Dfileinode_variation.phpt26 fclose( fopen( $file1, "w" ) );
27 fclose( fopen( $file2, "w" ) );
61 fclose( fopen("$file_path/old.txt", "w") );
H A Dfgetcsv_variation26.phpt32 $file_modes = array ("w", "wb", "wt",
82 -- Testing fgetcsv() with file opened using w mode --
127 -- Testing fgetcsv() with file opened using w mode --
172 -- Testing fgetcsv() with file opened using w mode --
217 -- Testing fgetcsv() with file opened using w mode --
262 -- Testing fgetcsv() with file opened using w mode --
307 -- Testing fgetcsv() with file opened using w mode --
352 -- Testing fgetcsv() with file opened using w mode --
397 -- Testing fgetcsv() with file opened using w mode --
H A Dfread_variation1.phpt54 "w+","w+b","w+t",
156 -- File opened in mode w+ --
171 -- File opened in mode w+b --
186 -- File opened in mode w+t --
293 -- File opened in mode w+ --
308 -- File opened in mode w+b --
323 -- File opened in mode w+t --
430 -- File opened in mode w+ --
445 -- File opened in mode w+b --
460 -- File opened in mode w+t --
[all …]
/PHP-5.3/ext/zlib/tests/
H A Dgzopen_variation9.phpt19 $modes = array('r+', 'rf', 'w+' , 'e');
45 mode=w+
/PHP-5.3/ext/date/tests/
H A D009_win32.phpt18 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
28 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
H A Dbug34304.phpt2 Bug #34304 (date('w') returns wrong number for sunday, 'N' modifier is missing)
/PHP-5.3/ext/standard/
H A Dsha1.c140 #define FF(a, b, c, d, e, w) { \ argument
141 (e) += F ((b), (c), (d)) + (w) + (php_uint32)(0x5A827999); \
145 #define GG(a, b, c, d, e, w) { \ argument
146 (e) += G ((b), (c), (d)) + (w) + (php_uint32)(0x6ED9EBA1); \
150 #define HH(a, b, c, d, e, w) { \ argument
151 (e) += H ((b), (c), (d)) + (w) + (php_uint32)(0x8F1BBCDC); \
155 #define II(a, b, c, d, e, w) { \ argument
156 (e) += I ((b), (c), (d)) + (w) + (php_uint32)(0xCA62C1D6); \
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dwrite22.phar8 6��������������������test.txt������H������E���������/�(P���p� �w��
H A Dwrite24.phar4 $fp = fopen("phar://" . __FILE__ . "/newname", "w");
H A Dwrite14.phar9 6��������������������test.txt������H������E���������/�(P���p� �w��
/PHP-5.3/ext/date/lib/
H A Dastro.c131 w, /* Mean longitude of perihelion */ in astro_sunpos() local
140 w = 282.9404 + 4.70935E-5 * d; in astro_sunpos()
149 *lon = v + w; /* True solar longitude */ in astro_sunpos()
/PHP-5.3/ext/gd/libgd/
H A Dgd_gd2.c390 gdImagePtr gdImageCreateFromGd2PartPtr (int size, void *data, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartPtr() argument
394 im = gdImageCreateFromGd2PartCtx(in, srcx, srcy, w, h); in gdImageCreateFromGd2PartPtr()
400 gdImagePtr gdImageCreateFromGd2Part (FILE * inFile, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2Part() argument
405 im = gdImageCreateFromGd2PartCtx(in, srcx, srcy, w, h); in gdImageCreateFromGd2Part()
412 gdImagePtr gdImageCreateFromGd2PartCtx (gdIOCtx * in, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartCtx() argument
433 if (w<1 || h <1) { in gdImageCreateFromGd2PartCtx()
449 im = gdImageCreateTrueColor(w, h); in gdImageCreateFromGd2PartCtx()
451 im = gdImageCreate(w, h); in gdImageCreateFromGd2PartCtx()
498 ecx = (srcx + w) / cs; in gdImageCreateFromGd2PartCtx()
582 …if ((x >= srcx) && (x < (srcx + w)) && (x < fsx) && (x >= 0) && (y >= srcy) && (y < (srcy + h)) &&… in gdImageCreateFromGd2PartCtx()
/PHP-5.3/ext/pcre/tests/
H A Dpreg_match_error.phpt15 $pattern = '/\w/';
23 $pattern = '/\w/';

Completed in 43 milliseconds

12345678910>>...34