Home
last modified time | relevance | path

Searched refs:w (Results 276 – 300 of 1009) sorted by relevance

1...<<11121314151617181920>>...41

/php-src/ext/zlib/tests/
H A Dgzopen_variation4.phpt34 $h = gzopen($secondFile, "w");
48 $h = gzopen($firstFile, "w");
61 $h = gzopen($filename, "w");
85 $h = gzopen($scriptFile, "w");
/php-src/ext/standard/tests/file/
H A Dfscanf_variation53.phpt19 "w+", "w+b", "w+t",
29 $file_handle = fopen($filename, "w");
H A Dftruncate_variation6-win32.phpt20 "w", "wb", "wt", "w+", "w+b", "w+t",
34 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
39 create_files ( __DIR__, 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 6);
121 -- Testing ftruncate() with file opening using w mode --
145 -- Testing ftruncate() with file opening using w+ mode --
153 -- Testing ftruncate() with file opening using w+b mode --
161 -- Testing ftruncate() with file opening using w+t mode --
315 -- Testing ftruncate() with file opening using w mode --
342 -- Testing ftruncate() with file opening using w+ mode --
351 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation6.phpt20 "w", "wb", "wt", "w+", "w+b", "w+t",
34 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
39 create_files ( __DIR__, 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 6);
121 -- Testing ftruncate() with file opening using w mode --
145 -- Testing ftruncate() with file opening using w+ mode --
153 -- Testing ftruncate() with file opening using w+b mode --
161 -- Testing ftruncate() with file opening using w+t mode --
315 -- Testing ftruncate() with file opening using w mode --
342 -- Testing ftruncate() with file opening using w+ mode --
351 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dfgetcsv_variation32.phpt10 $stream = fopen('php://memory', 'w+');
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite14.phar9 6��������������������test.txt������H������E���������/�(P���p� �w��
H A Dwrite24.phar4 $fp = fopen("phar://" . __FILE__ . "/newname", "w");
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
/php-src/ext/standard/tests/general_functions/
H A Dbug79254.phpt2 Bug #79254 (getenv() w/o arguments not showing changes)
/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_toStream_open_invalidated_stream.phpt8 $h = fopen("php://output", "w");
H A Dxmlwriter_toStream_custom_constructor_error.phpt14 $h = fopen("php://output", "w");
/php-src/ext/standard/
H A Dsha1.c130 #define FF(a, b, c, d, e, w) { \ argument
131 (e) += F ((b), (c), (d)) + (w) + (uint32_t)(0x5A827999); \
135 #define GG(a, b, c, d, e, w) { \ argument
136 (e) += G ((b), (c), (d)) + (w) + (uint32_t)(0x6ED9EBA1); \
140 #define HH(a, b, c, d, e, w) { \ argument
141 (e) += H ((b), (c), (d)) + (w) + (uint32_t)(0x8F1BBCDC); \
145 #define II(a, b, c, d, e, w) { \ argument
146 (e) += I ((b), (c), (d)) + (w) + (uint32_t)(0xCA62C1D6); \
/php-src/ext/openssl/tests/
H A Dbug54060.phpt8 $data = "jfdslkjvflsdkjvlkfjvlkjfvlkdm,4w 043920r 9234r 32904r 09243
/php-src/ext/date/lib/
H A Dastro.c136 w, /* Mean longitude of perihelion */ in astro_sunpos() local
145 w = 282.9404 + 4.70935E-5 * d; in astro_sunpos()
154 *lon = v + w; /* True solar longitude */ in astro_sunpos()
/php-src/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt23 $regex_char = array ('\w+' => '\w+',
80 --** Pattern is: \w+ **--
/php-src/ext/pcre/tests/
H A Dbug40909.phpt7 "/\s([\w_\.\/]+)(?:=([\'\"]?(?:[\w\d\s\?=\(\)\.,'_#\/\\:;&-]|(?:\\\\\"|\\\')?)+[\'\"]?))?/";
/php-src/ext/phar/tests/files/
H A Dfrontcontroller13.phar4 ������������������� ���index.php/����L�G/������w������� ���oof/test.php3����L�G3���B�Z�������
/php-src/ext/standard/tests/streams/
H A Dbug81659.phpt5 $stream = fopen(__DIR__ . "/81659.txt", "w+");
H A Dstream_context_set_options_error.phpt8 1 => array("pipe", "w"),
/php-src/Zend/tests/
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fgetcsv_escape_basic.phpt5 $fp = fopen('SplFileObject__fgetcsv6.csv', 'w+');
H A DSplFileObject_fgetcsv_basic.phpt5 $fp = fopen('SplFileObject__fgetcsv1.csv', 'w+');
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h420 #define SLJIT_W(w) (w##ll) argument
422 #define SLJIT_W(w) (w##l) argument
425 #define SLJIT_W(w) (w) argument
/php-src/ext/standard/tests/time/
H A Didate.phpt28 w: 4
/php-src/sapi/phpdbg/tests/
H A Dwatch_007.phpt8 w $>

Completed in 39 milliseconds

1...<<11121314151617181920>>...41