Searched refs:bd (Results 1 – 20 of 20) sorted by relevance
/PHP-7.1/ext/mysqli/tests/ |
H A D | cacert.pem | 15 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 D | client-cert.pem | 48 e6:e9:09:b6:6b:b5:cc:1e:06:fd:bd:3a:11:d3:44:bd:ca:7a:
|
/PHP-7.1/ext/pcre/tests/ |
H A D | preg_replace2.phpt | 19 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | strtolower-win32.phpt | 252 bd => bd
|
H A D | strtoupper1-win32.phpt | 252 bd => bd
|
H A D | convert_cyr_string_basic.phpt | 74 165: bd
|
H A D | html_entity_decode_iso8859-5.phpt | 204 CYRILLIC CAPITAL LETTER EN: Н => bd
|
H A D | html_entity_decode_iso8859-15.phpt | 204 LATIN SMALL LIGATURE OE: œ => bd
|
H A D | html_entity_decode_macroman.phpt | 339 GREEK CAPITAL LETTER OMEGA: Ω => bd
|
H A D | html_entity_decode_win1251.phpt | 336 CYRILLIC CAPITAL LETTER DZE: Ѕ => bd
|
H A D | html_entity_decode_cp866.phpt | 332 BOX DRAWINGS UP DOUBLE AND LEFT SINGLE: ╜ => bd
|
H A D | html_entity_decode_koi8-r.phpt | 332 BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE: ╫ => bd
|
H A D | bug49785.phpt | 215 string(2) "bd"
|
/PHP-7.1/win32/build/ |
H A D | confutils.js | 1512 var bd = get_define('BUILD_DIR'); 1513 var respd = bd + '\\resp'; 1585 resp += " " + obj.replace('$(BUILD_DIR)', bd); 1954 var i, dir, bd, last; 1967 bd = FSO.BuildPath(dir, build_dirs[i]); 1968 if (bd == last) { 1971 last = bd; 1978 ADD_FLAG("BUILD_DIRS_SUB", bd.replace(new RegExp(build_dir), '')); 1980 if (!FSO.FolderExists(bd)) { 1981 FSO.CreateFolder(bd);
|
H A D | mkdist.php | 77 $bd = strtolower(realpath($build_dir));
|
/PHP-7.1/Zend/ |
H A D | zend_strtod.c | 2547 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.1/ext/gd/libgd/ |
H A D | gd.c | 271 long rd, gd, bd, ad; in gdImageColorClosestAlpha() local 286 bd = im->blue[i] - b; in gdImageColorClosestAlpha() 289 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha() 536 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local 558 bd = (long) (im->blue[c] - b); in gdImageColorResolveAlpha() 560 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorResolveAlpha()
|
/PHP-7.1/ext/pcre/pcrelib/testdata/ |
H A D | testinput6 | 1354 \x{110bd} 1401 \x{110bd} 1446 \x{110bd} 1474 \x{110bd}
|
H A D | testoutput6 | 2193 \x{110bd} 2194 0: \x{110bd} 2285 \x{110bd} 2286 0: \x{110bd} 2371 \x{110bd} 2425 \x{110bd}
|
/PHP-7.1/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 3565 (a)(?:(b)c|bd)
|
Completed in 126 milliseconds