Home
last modified time | relevance | path

Searched refs:bd (Results 1 – 20 of 20) sorted by relevance

/PHP-5.4/ext/mysqli/tests/
H A Dclient-cert.pem16 78:db:4e:bd:11:f6:8c:0d:76:f9:a3:32:56:9a:f8:
18 9a:d2:2b:59:5c:d7:8a:d3:60:68:f8:18:bd:c5:be:
27 34:87:10:03:7d:da:15:8b:bd:19:b8:1a:56:31:e7:85:49:81:
29 01:e1:26:99:b3:e3:f5:bd:ec:5f:a0:84:e4:38:da:75:78:7b:
/PHP-5.4/ext/pcre/tests/
H A Dpreg_replace2.phpt19 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
/PHP-5.4/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt252 bd => bd
H A Dstrtoupper1-win32.phpt252 bd => bd
H A Dconvert_cyr_string_basic.phpt74 165: bd
H A Dhtml_entity_decode_iso8859-5.phpt204 CYRILLIC CAPITAL LETTER EN: Н => bd
H A Dhtml_entity_decode_iso8859-15.phpt204 LATIN SMALL LIGATURE OE: œ => bd
H A Dhtml_entity_decode_macroman.phpt339 GREEK CAPITAL LETTER OMEGA: Ω => bd
H A Dhtml_entity_decode_win1251.phpt336 CYRILLIC CAPITAL LETTER DZE: Ѕ => bd
H A Dhtml_entity_decode_cp866.phpt332 BOX DRAWINGS UP DOUBLE AND LEFT SINGLE: ╜ => bd
H A Dhtml_entity_decode_koi8-r.phpt332 BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE: ╫ => bd
H A Dbug49785.phpt215 string(2) "bd"
/PHP-5.4/Zend/
H A Dzend_strtod.c2048 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta, *tmp; in zend_strtod() local
2316 bd = Balloc(bd0->k); in zend_strtod()
2317 Bcopy(bd, bd0); in zend_strtod()
2366 bd = pow5mult(bd, bd5); in zend_strtod()
2368 bd = lshift(bd, bd2); in zend_strtod()
2371 delta = diff(bb, bd); in zend_strtod()
2560 Bfree(bd); in zend_strtod()
2566 Bfree(bd); in zend_strtod()
/PHP-5.4/win32/build/
H A Dconfutils.js1601 var i, dir, bd, last;
1614 bd = FSO.BuildPath(dir, build_dirs[i]);
1615 if (bd == last) {
1618 last = bd;
1625 ADD_FLAG("BUILD_DIRS_SUB", bd.replace(new RegExp(build_dir), ''));
1627 if (!FSO.FolderExists(bd)) {
1628 FSO.CreateFolder(bd);
H A Dmkdist.php71 $bd = strtolower(realpath($build_dir));
/PHP-5.4/ext/gd/libgd/
H A Dgd.c265 long rd, gd, bd, ad; in gdImageColorClosestAlpha() local
280 bd = im->blue[i] - b; in gdImageColorClosestAlpha()
283 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha()
530 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local
552 bd = (long) (im->blue[c] - b); in gdImageColorResolveAlpha()
554 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorResolveAlpha()
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestinput61354 \x{110bd}
1401 \x{110bd}
1446 \x{110bd}
1474 \x{110bd}
H A Dtestoutput62193 \x{110bd}
2194 0: \x{110bd}
2285 \x{110bd}
2286 0: \x{110bd}
2371 \x{110bd}
2425 \x{110bd}
/PHP-5.4/ext/gd/
H A Dgd.c1448 long rd, gd, bd, dist; in gdImageColorResolve() local
1458 bd = (long) (im->blue [c] - b); in gdImageColorResolve()
1459 dist = rd * rd + gd * gd + bd * bd; in gdImageColorResolve()
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt3554 (a)(?:(b)c|bd)

Completed in 124 milliseconds