/PHP-8.0/ext/standard/tests/file/ |
H A D | 007_variation23.phpt | 2 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 … 35 *** Test fopen() & fclose() functions: with 'xb' mode ***
|
H A D | bug53241.phpt | 2 Bug #53241 (stream casting that relies on fdopen/fopencookie fails with 'xb' mode) 12 $fh = fopen($fn, 'xb');
|
H A D | fwrite_variation4-win32.phpt | 2 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 D | fwrite_variation4.phpt | 2 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 D | fgetc_variation3.phpt | 12 x, xb, xt 19 $file_modes = array("w", "wb", "wt", "a", "ab", "at", "x", "xb", "xt"); 116 -- File opened in mode : xb --
|
H A D | fgets_variation1.phpt | 8 x, xb, xt 15 $file_modes = array("w", "wb", "wt", "a", "ab", "at", "x", "xb", "xt"); 112 -- File opened in mode : xb --
|
H A D | fflush_variation1-win32-mb.phpt | 20 "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 D | fflush_variation1-win32.phpt | 20 "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 D | fflush_variation1.phpt | 20 "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 D | fseek_ftell_rewind_variation4-win32.phpt | 19 "x","xb","xt","x+","x+b","x+t"); 182 -- File opened in mode xb -- 388 -- File opened in mode xb --
|
H A D | fseek_ftell_rewind_variation6-win32.phpt | 20 "x","xb","xt","x+","x+b","x+t"); 182 -- File opened in mode xb -- 388 -- File opened in mode xb --
|
H A D | fseek_ftell_rewind_variation6.phpt | 20 "x","xb","xt","x+","x+b","x+t"); 182 -- File opened in mode xb -- 388 -- File opened in mode xb --
|
H A D | fseek_ftell_rewind_variation8-win32.phpt | 20 "x","xb","xt","x+","x+b","x+t"); 183 -- File opened in mode xb -- 389 -- File opened in mode xb --
|
H A D | fseek_ftell_rewind_variation8.phpt | 20 "x","xb","xt","x+","x+b","x+t"); 183 -- File opened in mode xb -- 389 -- File opened in mode xb --
|
H A D | fseek_ftell_rewind_variation4.phpt | 19 "x","xb","xt","x+","x+b","x+t"); 182 -- File opened in mode xb -- 388 -- File opened in mode xb --
|
H A D | readfile_basic-win32.phpt | 23 "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 D | readfile_basic.phpt | 23 "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 D | fseek_ftell_rewind_variation2-win32.phpt | 20 "x","xb","xt","x+","x+b","x+t"); 170 -- File opened in mode xb -- 352 -- File opened in mode xb --
|
H A D | fseek_ftell_rewind_variation2.phpt | 20 "x","xb","xt","x+","x+b","x+t"); 170 -- File opened in mode xb -- 352 -- File opened in mode xb --
|
H A D | fseek_ftell_rewind_basic2.phpt | 17 "x","xb","xt","x+","x+b","x+t"); 179 -- File opened in mode xb -- 373 -- File opened in mode xb --
|
H A D | fseek_ftell_rewind_basic2-win32-mb.phpt | 17 "x","xb","xt","x+","x+b","x+t"); 179 -- File opened in mode xb -- 373 -- File opened in mode xb --
|
H A D | fseek_ftell_rewind_basic2-win32.phpt | 17 "x","xb","xt","x+","x+b","x+t"); 179 -- File opened in mode xb -- 373 -- File opened in mode xb --
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dasm_arm64.h | 187 int inv = 0, w = 64, s = 0xfff, xa, xb; in dasm_imm13() local 192 xa = dasm_ffs(a); xb = dasm_ffs(b); in dasm_imm13() 204 } else if (xb == -1) { in dasm_imm13() 205 xb = 64; in dasm_imm13() 209 return ((w - xb) << 6) | (s+w+xa-xb); in dasm_imm13() 211 return ((w - xa) << 6) | (s+xb-xa); in dasm_imm13()
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | stream_get_meta_data_file_variation1.phpt | 8 'rb', 'rb+', 'wb', 'wb+', 'ab', 'ab+', 'xb', 'xb+', 323 string(2) "xb" 343 string(3) "xb+"
|
/PHP-8.0/Zend/ |
H A D | zend_strtod.c | 887 xb = b->x; 888 xbe = xb + wb; 892 if ((y = *xb++)) { 907 for(; xb < xbe; xb++, xc0++) { 940 if (y = *xb++) { 1103 xb = xb0 + j; 1154 xb = b->x; 1155 xbe = xb + wb; 1164 while(xb < xbe); 1179 while(xb < xbe); [all …]
|