Home
last modified time | relevance | path

Searched refs:w (Results 426 – 450 of 985) sorted by relevance

1...<<11121314151617181920>>...40

/php-src/main/
H A Dreentrancy.c312 char *w = s - 1; in php_strtok_r() local
313 *w = '\0'; in php_strtok_r()
/php-src/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt12 $new_string = preg_replace(array('/\b\w{1}s/', '/(\d{1})-(\d{1})/', '/[\(!\)]/'), array('test', '$1…
/php-src/ext/zlib/tests/
H A Dgztell_basic2.phpt8 $h = gzopen($f, 'w');
/php-src/ext/standard/tests/file/
H A Dfputcsv_variation17.phpt13 $stream = fopen('php://memory', 'w+');
H A Dfgetc_variation3.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 Dfgets_variation1.phpt6 w, wb, wt,
15 $file_modes = array("w", "wb", "wt", "a", "ab", "at", "x", "xb", "xt");
49 -- File opened in mode : w --
H A Dfgets_variation6-win32.phpt14 $file_modes = array("w+", "w+b", "w+t",
62 -- Testing fgets() with file opened using mode w+ --
96 -- Testing fgets() with file opened using mode w+b --
130 -- Testing fgets() with file opened using mode w+t --
H A Dfgets_variation6.phpt14 $file_modes = array("w+", "w+b", "w+t",
62 -- Testing fgets() with file opened using mode w+ --
96 -- Testing fgets() with file opened using mode w+b --
130 -- Testing fgets() with file opened using mode w+t --
H A Dsymlink_link_linkinfo_is_link_variation8.phpt24 $fp = fopen($filename, "w");
44 $fp = fopen($filename, "w");
H A Dunlink_variation1.phpt29 $fp = fopen($filename, "w");
48 $fp = fopen($filename, "w");
/php-src/ext/curl/tests/
H A Dcurl_write_trampoline.phpt19 $fp = fopen($log_file, 'w+');
H A Dbug48203.phpt8 $fp = fopen(__DIR__ . '/bug48203.tmp', 'w');
/php-src/sapi/phpdbg/tests/
H A Dwatch_003.phpt12 w $a[0]
/php-src/ext/ftp/tests/
H A Dftp_fget_basic1.phpt19 $handle = fopen($local_file, 'w');
H A Dftp_nb_fget_basic1.phpt19 $handle = fopen($local_file, 'w');
/php-src/ext/standard/tests/filters/
H A Dbug72941.phpt28 $stream = fopen('php://memory', 'w+');
H A Dbug74267.phpt5 $stream = fopen('php://memory', 'w');
/php-src/ext/standard/tests/array/
H A Dasort_object1.phpt50 "c" => new for_string_asort("w"), "d" => new for_string_asort("py"),
158 string(1) "w"
236 string(1) "w"
H A Drsort_object2.phpt60 new for_string_rsort("w","W", "c"),
138 string(1) "w"
218 string(1) "w"
/php-src/ext/pgsql/tests/
H A D05large_object.phpt18 $handle = pg_lo_open ($db, $oid, "w");
26 $handle = pg_lo_open ($db, $oid, "w");
41 $handle = pg_lo_open ($db, $oid, "w");
/php-src/ext/dba/tests/
H A Ddba_gdbm_creation_matrix.phpt54 Mode parameter is "w-":
58 Mode parameter is "w":
111 Mode parameter is "w-":
115 Mode parameter is "w":
170 Mode parameter is "w-":
174 Mode parameter is "w":
H A Ddba_cdb_creation_matrix.phpt50 Mode parameter is "w-":
54 Mode parameter is "w":
107 Mode parameter is "w-":
111 Mode parameter is "w":
164 Mode parameter is "w-":
168 Mode parameter is "w":
H A Ddba_qdbm_creation_matrix.phpt54 Mode parameter is "w-":
58 Mode parameter is "w":
111 Mode parameter is "w-":
115 Mode parameter is "w":
170 Mode parameter is "w-":
174 Mode parameter is "w":
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c130 unsigned char *w = &device->buffer[device->pos]; in mbfl_memory_device_strncat() local
131 memcpy(w, psrc, len); in mbfl_memory_device_strncat()
/php-src/ext/standard/tests/http/
H A Dserver.inc69 list($r, $w, $e) = array(array($sock), null, null);
70 if (!stream_select($r, $w, $e, 1)) continue;

Completed in 25 milliseconds

1...<<11121314151617181920>>...40