Searched refs:bd (Results 1 – 16 of 16) sorted by relevance
/PHP-8.3/ext/pcre/tests/ |
H A D | preg_replace2.phpt | 17 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | strtolower.phpt | 243 bd => bd
|
H A D | strtoupper1.phpt | 246 bd => bd
|
H A D | html_entity_decode_iso8859-5.phpt | 205 CYRILLIC CAPITAL LETTER EN: Н => bd
|
H A D | html_entity_decode_iso8859-15.phpt | 205 LATIN SMALL LIGATURE OE: œ => bd
|
H A D | html_entity_decode_macroman.phpt | 340 GREEK CAPITAL LETTER OMEGA: Ω => bd
|
H A D | html_entity_decode_win1251.phpt | 337 CYRILLIC CAPITAL LETTER DZE: Ѕ => bd
|
H A D | html_entity_decode_cp866.phpt | 333 BOX DRAWINGS UP DOUBLE AND LEFT SINGLE: ╜ => bd
|
H A D | html_entity_decode_koi8-r.phpt | 333 BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE: ╫ => bd
|
H A D | bug49785.phpt | 215 string(2) "bd"
|
/PHP-8.3/win32/build/ |
H A D | confutils.js | 1566 var bd = get_define('BUILD_DIR'); 1567 var respd = bd + '\\resp'; 1639 resp += " " + obj.replace('$(BUILD_DIR)', bd); 2058 var i, dir, bd, last; 2071 bd = FSO.BuildPath(dir, build_dirs[i]); 2072 if (bd == last) { 2075 last = bd; 2082 ADD_FLAG("BUILD_DIRS_SUB", bd.replace(new RegExp(build_dir), '')); 2084 if (!FSO.FolderExists(bd)) { 2085 FSO.CreateFolder(bd);
|
H A D | mkdist.php | 72 $bd = strtolower(realpath($build_dir));
|
/PHP-8.3/Zend/ |
H A D | zend_strtod.c | 2540 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local 2905 Bfree(bd); 3029 bd = Balloc(bd0->k); 3030 Bcopy(bd, bd0); 3105 bd = pow5mult(bd, bd5); 3107 bd = lshift(bd, bd2); 3110 delta = diff(bb, bd); 3544 Bfree(bd); 3549 Bfree(bd);
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd.c | 309 long rd, gd, bd, ad; in gdImageColorClosestAlpha() local 324 bd = im->blue[i] - b; in gdImageColorClosestAlpha() 327 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha() 574 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local 596 bd = (long) (im->blue[c] - b); in gdImageColorResolveAlpha() 598 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorResolveAlpha()
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 27379 # with hexadecimal values like: 0e 2e 50 8c 8d ba bc bd be e8 fb fc
|
H A D | magic私はガラスを食べられます | 27379 # with hexadecimal values like: 0e 2e 50 8c 8d ba bc bd be e8 fb fc
|
Completed in 242 milliseconds