Home
last modified time | relevance | path

Searched refs:db (Results 851 – 868 of 868) sorted by relevance

1...<<3132333435

/php-src/Zend/
H A Dzend_strtod.c1447 U da, db; local
1451 dval(&db) = b2d(b, &kb);
1465 word0(&db) += (k >> 2)*Exp_msk1;
1467 dval(&db) *= 1 << k;
1474 word0(&db) += k*Exp_msk1;
1477 return dval(&da) / dval(&db);
/php-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt88 if (false === my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
90 $host, $user, $db, $port, $socket);
705 $user, $passwd, $db);
913 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_stmt_get_result_types.phpt12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_stmt_big_prepare.phpt12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
14 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_bind_result_format.phpt143 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/php-src/ext/gd/libgd/
H A Dgd.c1271 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
1274 db = gdTrueColorGetBlue(color); in gdImageSetAAPixelColor()
1283 BLEND_COLOR(t, db, b, db); in gdImageSetAAPixelColor()
1284 im->tpixels[y][x]=gdTrueColorAlpha(dr, dg, db, gdAlphaOpaque); in gdImageSetAAPixelColor()
/php-src/ext/mysqli/
H A Dmysqli_api.c645 add_property_stringl(value, "db", (field->db ? field->db : ""), field->db_length); in php_add_field_properties()
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-5.phpt295 CYRILLIC SMALL LETTER EL: &#x43B; => db
H A Dhtml_entity_decode_macroman.phpt430 EURO SIGN: &#x20AC; => db
H A Dhtml_entity_decode_win1251.phpt427 CYRILLIC CAPITAL LETTER YERU: &#x42B; => db
H A Dhtml_entity_decode_cp866.phpt423 FULL BLOCK: &#x2588; => db
H A Dhtml_entity_decode_koi8-r.phpt423 CYRILLIC SMALL LETTER SHA: &#x448; => db
H A Dbug49785.phpt245 string(2) "db"
/php-src/build/
H A Dltmain.sh618 *db | *dbx | *strace | *truss)
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます741 #>>>>0x18 ulelong x \b, %db
30154 # Thumbs.db
30155 !:ext db
30158 !:ext db
30162 !:ext db
30337 !:ext wdb/db/bdb
32387 >>>>>11 ubeshort x %db
32398 >>>>>9 ubeshort x %db
36128 # db
36221 !:ext sqlite-wal/db-wal
[all …]
H A Dmagic741 #>>>>0x18 ulelong x \b, %db
30154 # Thumbs.db
30155 !:ext db
30158 !:ext db
30162 !:ext db
30337 !:ext wdb/db/bdb
32387 >>>>>11 ubeshort x %db
32398 >>>>>9 ubeshort x %db
36128 # db
36221 !:ext sqlite-wal/db-wal
[all …]
/php-src/
H A Dphp.ini-development1094 ; https://php.net/odbc.default-db
H A Dphp.ini-production1096 ; https://php.net/odbc.default-db

Completed in 334 milliseconds

1...<<3132333435