Home
last modified time | relevance | path

Searched refs:w (Results 526 – 550 of 986) sorted by relevance

1...<<21222324252627282930>>...40

/php-src/ext/pgsql/tests/
H A Dbug72197.phpt36 …ate(): Argument #1 ($connection) must be of type PgSql\Connection when the connection is provided%w
/php-src/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt15 $fp = fopen( $file, 'w+' );
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt89 if (!preg_match("@^\s*[/\w\\\\d\.:\-]+\.[ch]@ismU", $trace))
118 if (preg_match("@^[|\s]*>[\w]+@ism", $line, $matches)) {
129 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
138 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
174 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
H A Dmysqli_debug_mysqlnd_only.phpt78 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
102 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
/php-src/ext/standard/tests/file/
H A Duserstreams_002.phpt25 $w = $e = null;
27 var_dump(stream_select($r, $w, $e, 0) !== false);
H A Dfilesize_variation2-win32.phpt23 create_files($file_path."/filesize_variation2", 1, "numeric", 0755, 1, "w", "filesize_variation", 2…
40 $file_handle = fopen($filename, "w");
H A Dfilesize_variation2.phpt23 create_files($file_path."/filesize_variation2", 1, "numeric", 0755, 1, "w", "filesize_variation");
40 $file_handle = fopen($filename, "w");
H A Ddisk_total_space_basic.phpt17 $fh = fopen($file_path.$dir."/disk_total_space.tmp", "w");
H A Drename_basic.phpt13 $fp = fopen($src_name, "w");
H A Dfile_get_contents_variation1.phpt30 $h = fopen($secondFile, "w");
/php-src/ext/gd/libgd/
H A Dgd_bmp.c45 static int gdBMPPutWord(gdIOCtx *out, int w) in gdBMPPutWord() argument
48 gdPutC(w & 0xFF, out); in gdBMPPutWord()
49 gdPutC((w >> 8) & 0xFF, out); in gdBMPPutWord()
53 static int gdBMPPutInt(gdIOCtx *out, int w) in gdBMPPutInt() argument
56 gdPutC(w & 0xFF, out); in gdBMPPutInt()
57 gdPutC((w >> 8) & 0xFF, out); in gdBMPPutInt()
58 gdPutC((w >> 16) & 0xFF, out); in gdBMPPutInt()
59 gdPutC((w >> 24) & 0xFF, out); in gdBMPPutInt()
/php-src/ext/intl/tests/
H A Dbug58756_MessageFormatter_variant2.phpt2 Bug #58756: w.r.t MessageFormatter
/php-src/ext/xmlwriter/tests/
H A D009.phpt38 <pi><?php echo "hello world"; ?>%w</pi>
H A DOO_009.phpt39 <pi><?php echo "hello world"; ?>%w</pi>
/php-src/ext/zlib/tests/
H A Dgzseek_basic2.phpt8 $h = gzopen($f, 'w');
H A Dgzseek_variation4.phpt8 $h = gzopen($f, 'w');
H A Dgzseek_variation5.phpt8 $h = gzopen($f, 'w');
/php-src/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt44 $r = fopen("php://stdout", "w+");
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1253_2.phpt30 $f = fopen($fn, 'w');
H A Dtest_cp1253_to_utf8_2.phpt27 $f = fopen($fn, 'w');
H A Dtest_cp1255_2.phpt30 $f = fopen($fn, 'w');
H A Dtest_cp1255_to_utf8_2.phpt27 $f = fopen($fn, 'w');
H A Dtest_cp1256_to_utf8_2.phpt27 $f = fopen($fn, 'w');
H A Dtest_eucjp_to_utf8_2.phpt27 $f = fopen($fn, 'w');
H A Dtest_kartuli_utf8_2.phpt27 $f = fopen($fn, 'w');

Completed in 26 milliseconds

1...<<21222324252627282930>>...40