Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqli/tests/
H A Dcacert.pem15 00:b4:95:bd:24:92:73:06:22:01:13:28:0e:09:a3:
18 9c:13:8e:d8:76:8f:5a:65:a5:20:19:19:bd:51:9d:
27 6d:df:3c:ee:bd:3b:87:e8:db:4d:3a:72:78:dd:db:
44 0c:c2:78:57:1f:f6:55:9c:74:fc:bd:31:58:05:18:bc:6d:b5:
55 64:8a:7f:f2:74:e3:94:0c:32:bd:31:3d:d9:79:68:0f:1e:4b:
H A Dclient-cert.pem48 e6:e9:09:b6:6b:b5:cc:1e:06:fd:bd:3a:11:d3:44:bd:ca:7a:
/PHP-7.2/ext/pcre/tests/
H A Dpreg_replace2.phpt19 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
/PHP-7.2/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt252 bd => bd
H A Dstrtolower-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-7.2/win32/build/
H A Dconfutils.js1540 var bd = get_define('BUILD_DIR');
1541 var respd = bd + '\\resp';
1613 resp += " " + obj.replace('$(BUILD_DIR)', bd);
1982 var i, dir, bd, last;
1995 bd = FSO.BuildPath(dir, build_dirs[i]);
1996 if (bd == last) {
1999 last = bd;
2006 ADD_FLAG("BUILD_DIRS_SUB", bd.replace(new RegExp(build_dir), ''));
2008 if (!FSO.FolderExists(bd)) {
2009 FSO.CreateFolder(bd);
H A Dmkdist.php78 $bd = strtolower(realpath($build_dir));
/PHP-7.2/Zend/
H A Dzend_strtod.c2547 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
2911 Bfree(bd);
3035 bd = Balloc(bd0->k);
3036 Bcopy(bd, bd0);
3111 bd = pow5mult(bd, bd5);
3113 bd = lshift(bd, bd2);
3116 delta = diff(bb, bd);
3550 Bfree(bd);
3555 Bfree(bd);
/PHP-7.2/ext/gd/libgd/
H A Dgd.c309 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-7.2/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-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt3564 (a)(?:(b)c|bd)

Completed in 88 milliseconds