Searched refs:bd (Results 1 – 14 of 14) sorted by relevance
/PHP-8.0/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.0/ext/standard/tests/strings/ |
H A D | strtoupper1-win32.phpt | 244 bd => bd
|
H A D | strtolower-win32.phpt | 243 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_win1251.phpt | 337 CYRILLIC CAPITAL LETTER DZE: Ѕ => bd
|
H A D | html_entity_decode_macroman.phpt | 340 GREEK CAPITAL LETTER OMEGA: Ω => 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.0/win32/build/ |
H A D | confutils.js | 1568 var bd = get_define('BUILD_DIR'); 1569 var respd = bd + '\\resp'; 1641 resp += " " + obj.replace('$(BUILD_DIR)', bd); 2055 var i, dir, bd, last; 2068 bd = FSO.BuildPath(dir, build_dirs[i]); 2069 if (bd == last) { 2072 last = bd; 2079 ADD_FLAG("BUILD_DIRS_SUB", bd.replace(new RegExp(build_dir), '')); 2081 if (!FSO.FolderExists(bd)) { 2082 FSO.CreateFolder(bd);
|
H A D | mkdist.php | 72 $bd = strtolower(realpath($build_dir));
|
/PHP-8.0/Zend/ |
H A D | zend_strtod.c | 2550 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local 2914 Bfree(bd); 3038 bd = Balloc(bd0->k); 3039 Bcopy(bd, bd0); 3114 bd = pow5mult(bd, bd5); 3116 bd = lshift(bd, bd2); 3119 delta = diff(bb, bd); 3553 Bfree(bd); 3558 Bfree(bd);
|
/PHP-8.0/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()
|
Completed in 54 milliseconds