Home
last modified time | relevance | path

Searched refs:xb (Results 1 – 25 of 46) sorted by last modified time

12

/php-src/Zend/
H A Dzend_strtod.c871 xb = b->x;
872 xbe = xb + wb;
876 if ((y = *xb++)) {
891 for(; xb < xbe; xb++, xc0++) {
924 if (y = *xb++) {
1089 xb = xb0 + j;
1140 xb = b->x;
1141 xbe = xb + wb;
1150 while(xb < xbe);
1165 while(xb < xbe);
[all …]
/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/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 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 Dftruncate_variation1-win32-mb.phpt19 "x", "xb", "xt", "x+", "x+b", "x+t",
174 -- Testing ftruncate() with file opening using xb mode --
368 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation1-win32.phpt19 "x", "xb", "xt", "x+", "x+b", "x+t",
174 -- Testing ftruncate() with file opening using xb mode --
368 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation1.phpt19 "x", "xb", "xt", "x+", "x+b", "x+t",
174 -- Testing ftruncate() with file opening using xb mode --
368 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation2-win32.phpt19 "x", "xb", "xt", "x+", "x+b", "x+t",
175 -- Testing ftruncate() with file opening using xb mode --
369 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation2.phpt19 "x", "xb", "xt", "x+", "x+b", "x+t",
175 -- Testing ftruncate() with file opening using xb mode --
369 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation3-win32.phpt19 "x", "xb", "xt", "x+", "x+b", "x+t",
174 -- Testing ftruncate() with file opening using xb mode --
368 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation3.phpt19 "x", "xb", "xt", "x+", "x+b", "x+t",
174 -- Testing ftruncate() with file opening using xb mode --
368 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation4.phpt13 "x", "xb", "xt", "x+", "x+b", "x+t",
175 -- Testing ftruncate() with file opening using xb mode --
369 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation5-win32.phpt19 "x", "xb", "xt", "x+", "x+b", "x+t",
176 -- Testing ftruncate() with file opening using xb mode --
370 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation5.phpt19 "x", "xb", "xt", "x+", "x+b", "x+t",
176 -- Testing ftruncate() with file opening using xb mode --
370 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation6-win32.phpt21 "x", "xb", "xt", "x+", "x+b", "x+t",
177 -- Testing ftruncate() with file opening using xb mode --
378 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation6.phpt21 "x", "xb", "xt", "x+", "x+b", "x+t",
177 -- Testing ftruncate() with file opening using xb mode --
378 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation7-win32.phpt20 "x", "xb", "xt", "x+", "x+b", "x+t",
176 -- Testing ftruncate() with file opening using xb mode --
370 -- Testing ftruncate() with file opening using xb mode --
H A Dftruncate_variation7.phpt20 "x", "xb", "xt", "x+", "x+b", "x+t",
176 -- Testing ftruncate() with file opening using xb mode --
370 -- Testing ftruncate() with file opening using xb mode --
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 --
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12981 # assembler instructions: lodsb;and al,al;jz 0xb;push si;mov ah,
20846 >>101 ubeshort&0xf 0xb \b(reserved %d)
23165 >>>101 beshort&0xf 0xb \b(reserved %d)
33733 >0 byte&0x0F 0xb \b*
40791 >0x1c byte &0xb 186
40822 >0x1c byte &0xb 186
H A Dmagic12981 # assembler instructions: lodsb;and al,al;jz 0xb;push si;mov ah,
20846 >>101 ubeshort&0xf 0xb \b(reserved %d)
23165 >>>101 beshort&0xf 0xb \b(reserved %d)
33733 >0 byte&0x0F 0xb \b*
40791 >0x1c byte &0xb 186
40822 >0x1c byte &0xb 186
/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+"

Completed in 233 milliseconds

12