Home
last modified time | relevance | path

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

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

/php-src/ext/standard/tests/time/
H A Didate.phpt28 w: 4
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation32.phpt10 $stream = fopen('php://memory', 'w+');
H A Dfgetcsv_variation33.phpt9 $stream = fopen('php://memory', 'w+');
H A D007_basic.phpt7 "w",
10 "w+",
11 "w+b",
12 "w+t",
99 -- Iteration with mode 'w' --
126 -- Iteration with mode 'w+' --
135 -- Iteration with mode 'w+b' --
144 -- Iteration with mode 'w+t' --
H A Dtouch_variation2.phpt10 $fp=fopen($filename,"w");
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");
/php-src/sapi/phpdbg/tests/
H A Dwatch_007.phpt8 w $>
/php-src/ext/openssl/tests/
H A Dbug54061.phpt7 $data = "jfdslkjvflsdkjvlkfjvlkjfvlkdm,4w 043920r 9234r 32904r 09243
/php-src/ext/standard/tests/streams/
H A Dbug65483.phpt8 $fd = fopen('php://temp', 'w+');
H A Dbug81346.phpt9 $s = fopen("compress.bzip2://" . __DIR__ . "/bug81346.bz2", "w");
/php-src/ext/standard/tests/filters/
H A Dbug81302.phpt7 $f = fopen("php://memory", "w+b");
H A Dbug46164-1.phpt16 $fd = fopen('php://memory','w');
/php-src/ext/shmop/tests/
H A Dbug81407.phpt14 $b = shmop_open(367504385, 'w', 0664, 65536);
/php-src/ext/mbstring/
H A Dmbstring.c3210 } else if (w >= 0x21 && w <= 0x2F) { in estimate_demerits()
3928 if (w >= lo_code && w <= hi_code) { in html_numeric_entity_convert()
3980 w >>= 4; in html_numeric_entity_encode()
3985 w /= 10; in html_numeric_entity_encode()
4128 while ((w >= '0' && w <= '9') || (w >= 'A' && w <= 'F') || (w >= 'a' && w <= 'f')) in html_numeric_entity_decode()
4129 w = *++p2; in html_numeric_entity_decode()
4145 w = *p3++; in html_numeric_entity_decode()
4166 while (w >= '0' && w <= '9') in html_numeric_entity_decode()
4167 w = *++p2; in html_numeric_entity_decode()
6179 if (w < 0x21 || w > 0x7E || w == '=' || w == '?' || w == '_') { in mb_mime_header_encode()
[all …]
/php-src/sapi/cgi/tests/
H A D007.phpt13 var_dump(`"$php" -n -s -w -l`);
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite24.phar.inc10 $fp = fopen("phar://" . __FILE__ . "/newname", "w");
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fwrite_variation_001.phpt9 $obj = New SplFileObject($file,'w');
H A DSplFileObject_fwrite_variation_002.phpt9 $obj = New SplFileObject($file,'w');
/php-src/ext/bz2/tests/
H A Dwith_files.phpt12 $bz = bzopen($filename, "w");
H A Dbug72447.phpt10 $fp = fopen('testfile', '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);

Completed in 46 milliseconds

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