Home
last modified time | relevance | path

Searched refs:xb (Results 1 – 25 of 46) sorted by relevance

12

/php-src/ext/standard/tests/file/
H A D007_variation23.phpt2 Test fopen and fclose() functions - usage variations - "xb" mode
6 /* Test fopen() and fclose(): Opening the file in "xb" mode,
9 checking for the warning msg when trying to open an existing file in "xb" mode,
16 echo "*** Test fopen() & fclose() functions: with 'xb' mode ***\n";
17 $file_handle = fopen($file, "xb"); //opening the non-existing file in "xb" mode, file will be crea…
28 $file_handle = fopen($file, "xb"); //Opening the existing data file in 'xb' mode to check for the …
36 *** Test fopen() & fclose() functions: with 'xb' mode ***
H A Dbug53241.phpt2 Bug #53241 (stream casting that relies on fdopen/fopencookie fails with 'xb' mode)
14 $fh = fopen($fn, 'xb');
H A Dfwrite_variation4-win32.phpt2 Test fwrite() function : usage variations - x, xb, xt, x+, x+b & x+t modes
17 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
21 $file_modes = array("x","xb","xt","x+","x+b","x+t");
76 -- Opening file in xb --
126 -- Opening file in xb --
176 -- Opening file in xb --
226 -- Opening file in xb --
H A Dfwrite_variation4.phpt2 Test fwrite() function : usage variations - x, xb, xt, x+, x+b & x+t modes
17 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
21 $file_modes = array("x","xb","xt","x+","x+b","x+t");
76 -- Opening file in xb --
126 -- Opening file in xb --
176 -- Opening file in xb --
226 -- Opening file in xb --
H A Dfgetc_variation3.phpt12 x, xb, xt
19 $file_modes = array("w", "wb", "wt", "a", "ab", "at", "x", "xb", "xt");
116 -- File opened in mode : xb --
H A Dfgets_variation1.phpt8 x, xb, xt
15 $file_modes = array("w", "wb", "wt", "a", "ab", "at", "x", "xb", "xt");
112 -- File opened in mode : xb --
H A Dfflush_variation1-win32-mb.phpt20 "x", "xb", "xt", "x+", "x+b", "x+t");
117 -- File opened in xb mode --
190 -- File opened in xb mode --
263 -- File opened in xb mode --
407 -- File opened in xb mode --
505 -- File opened in xb mode --
H A Dfflush_variation1-win32.phpt20 "x", "xb", "xt", "x+", "x+b", "x+t");
117 -- File opened in xb mode --
190 -- File opened in xb mode --
263 -- File opened in xb mode --
407 -- File opened in xb mode --
505 -- File opened in xb mode --
H A Dfflush_variation1.phpt20 "x", "xb", "xt", "x+", "x+b", "x+t");
118 -- File opened in xb mode --
191 -- File opened in xb mode --
264 -- File opened in xb mode --
408 -- File opened in xb mode --
506 -- File opened in xb mode --
H A Dfseek_ftell_rewind_variation4-win32.phpt19 "x","xb","xt","x+","x+b","x+t");
182 -- File opened in mode xb --
388 -- File opened in mode xb --
H A Dfseek_ftell_rewind_variation4.phpt19 "x","xb","xt","x+","x+b","x+t");
182 -- File opened in mode xb --
388 -- File opened in mode xb --
H A Dfseek_ftell_rewind_variation6-win32.phpt20 "x","xb","xt","x+","x+b","x+t");
182 -- File opened in mode xb --
388 -- File opened in mode xb --
H A Dfseek_ftell_rewind_variation6.phpt20 "x","xb","xt","x+","x+b","x+t");
182 -- File opened in mode xb --
388 -- File opened in mode xb --
H A Dfseek_ftell_rewind_variation8-win32.phpt20 "x","xb","xt","x+","x+b","x+t");
183 -- File opened in mode xb --
389 -- File opened in mode xb --
H A Dfseek_ftell_rewind_variation8.phpt20 "x","xb","xt","x+","x+b","x+t");
183 -- File opened in mode xb --
389 -- File opened in mode xb --
H A Dreadfile_basic-win32.phpt23 "x", "xb", "xt", "x+", "x+b", "x+t");
90 -- File opened with mode: xb --
146 -- File opened with mode: xb --
202 -- File opened with mode: xb --
258 -- File opened with mode: xb --
457 -- File opened with mode: xb --
H A Dreadfile_basic.phpt23 "x", "xb", "xt", "x+", "x+b", "x+t");
90 -- File opened with mode: xb --
146 -- File opened with mode: xb --
202 -- File opened with mode: xb --
258 -- File opened with mode: xb --
457 -- File opened with mode: xb --
H A Dfseek_ftell_rewind_variation2-win32.phpt20 "x","xb","xt","x+","x+b","x+t");
170 -- File opened in mode xb --
352 -- File opened in mode xb --
H A Dfseek_ftell_rewind_variation2.phpt20 "x","xb","xt","x+","x+b","x+t");
170 -- File opened in mode xb --
352 -- File opened in mode xb --
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt17 "x","xb","xt","x+","x+b","x+t");
179 -- File opened in mode xb --
373 -- File opened in mode xb --
H A Dfseek_ftell_rewind_basic2-win32.phpt17 "x","xb","xt","x+","x+b","x+t");
179 -- File opened in mode xb --
373 -- File opened in mode xb --
H A Dfseek_ftell_rewind_basic2.phpt17 "x","xb","xt","x+","x+b","x+t");
179 -- File opened in mode xb --
373 -- File opened in mode xb --
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h187 int inv = 0, w = 64, s = 0xfff, xa, xb; in dasm_imm13() local
194 xa = dasm_ffs(a); xb = dasm_ffs(b); in dasm_imm13()
206 } else if (xb == -1) { in dasm_imm13()
207 xb = 64; in dasm_imm13()
211 return ((w - xb) << 6) | (s+w+xa-xb); in dasm_imm13()
213 return ((w - xa) << 6) | (s+xb-xa); in dasm_imm13()
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt8 'rb', 'rb+', 'wb', 'wb+', 'ab', 'ab+', 'xb', 'xb+',
323 string(2) "xb"
343 string(3) "xb+"
/php-src/Zend/
H A Dzend_strtod.c877 xb = b->x;
878 xbe = xb + wb;
882 if ((y = *xb++)) {
897 for(; xb < xbe; xb++, xc0++) {
930 if (y = *xb++) {
1093 xb = xb0 + j;
1144 xb = b->x;
1145 xbe = xb + wb;
1154 while(xb < xbe);
1169 while(xb < xbe);
[all …]

Completed in 73 milliseconds

12