Home
last modified time | relevance | path

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

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/fileinfo/tests/
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
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
/php-src/ext/mbstring/tests/
H A Dbug48645.phpt24 var_dump(bin2hex(mb_convert_encoding("&#xb;", "UTF-8", "HTML-ENTITIES")));
/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_basic.phpt60 "xb",
271 -- Iteration with mode 'xb' --
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 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 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 Dfread_variation2.phpt46 "x","xb","xt" );
235 -- File opened in mode xb --
408 -- File opened in mode xb --
581 -- File opened in mode xb --
754 -- File opened in mode xb --
H A Dfread_variation4.phpt43 "x","xb","xt" );
219 -- File opened in mode xb --
374 -- File opened in mode xb --
529 -- File opened in mode xb --
H A Dfscanf_variation51.phpt31 "x", "xb", "xt"
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 --
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_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 --

Completed in 190 milliseconds

12