Home
last modified time | relevance | path

Searched refs:db (Results 701 – 724 of 724) sorted by relevance

1...<<212223242526272829

/PHP-5.5/ext/interbase/
H A Dibase_query.c1103 isc_db_handle db = NULL; in PHP_FUNCTION() local
1114 } else if (isc_dsql_execute_immediate(IB_STATUS, &db, &trans, (short)query_len, in PHP_FUNCTION()
1118 } else if (!db) { in PHP_FUNCTION()
1127 ib_link->handle = db; in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata_sqltests.phpt182 testStatement(240, $link, 'SHOW CREATE DATABASE ' . $db, array(), array(1), false, false);
H A Dmysqli_stmt_bind_result_format.phpt141 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_stmt_get_result_types.phpt15 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_get_client_stats.phpt94 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
96 $host, $user, $db, $port, $socket);
729 $user, $passwd, $db);
937 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt294 LATIN CAPITAL LETTER U WITH CIRCUMFLEX: &#xDB; => db
295 &#xDB; => db
H A Dhtml_entity_decode_iso8859-5.phpt294 CYRILLIC SMALL LETTER EL: &#x43B; => db
H A Dhtml_entity_decode_macroman.phpt429 EURO SIGN: &#x20AC; => db
H A Dhtml_entity_decode_win1251.phpt426 CYRILLIC CAPITAL LETTER YERU: &#x42B; => db
H A Dhtml_entity_decode_cp866.phpt422 FULL BLOCK: &#x2588; => db
H A Dhtml_entity_decode_koi8-r.phpt422 CYRILLIC SMALL LETTER SHA: &#x448; => db
H A Dbug49785.phpt245 string(2) "db"
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c905 char *db; in PHP_FUNCTION() local
911 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|r", &db, &db_len, &mssql_link_index) == FA… in PHP_FUNCTION()
922 if (dbuse(mssql_ptr->link, db)==FAIL) { in PHP_FUNCTION()
923 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to select database: %s", db); in PHP_FUNCTION()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_field.phpt137 $res = mysql_list_fields($db, 'test');
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h97 int (*errcode)(sqlite3*db);
/PHP-5.5/ext/gd/libgd/
H A Dgd.c1277 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
1280 db = gdTrueColorGetBlue(color); in gdImageSetAAPixelColor()
1289 BLEND_COLOR(t, db, b, db); in gdImageSetAAPixelColor()
1290 im->tpixels[y][x]=gdTrueColorAlpha(dr, dg, db, gdAlphaOpaque); in gdImageSetAAPixelColor()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1063 char *db, *cmdbuf; in PHP_FUNCTION() local
1067 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|r", &db, &len, &sybase_link_index) == FAIL… in PHP_FUNCTION()
1078 spprintf(&cmdbuf, 4 + len + 1, "use %s", db); in PHP_FUNCTION()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c523 ZEND_ARG_INFO(0, db)
528 ZEND_ARG_INFO(0, db)
535 ZEND_ARG_INFO(0, db)
542 ZEND_ARG_INFO(0, db)
550 ZEND_ARG_INFO(0, db)
557 ZEND_ARG_INFO(0, db)
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c1208 add_property_string(value, "db",(field->db ? field->db : ""), 1);
/PHP-5.5/
H A DNEWS2140 the same db server). (Laruence)
4139 . Added ini option curl.cainfo (support for custom cert db). (Pierre)
4419 . Added 'db' and 'catalog' keys to the field fetching functions (FR #39847).
5308 - Fixed bug #50416 (PROCEDURE db.myproc can't return a result set in the given
7390 - Fixed bug #41433 (DBA: configure fails to include correct db.h for db4).
7956 - Fixed bug #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4
8044 - Fixed bug #38698 (for some keys cdbmake creates corrupted db and cdb can't
8045 read valid db). (Marcus)
H A Dltmain.sh618 *db | *dbx | *strace | *truss)
H A Dphp.ini-development1022 ; http://php.net/odbc.default-db
H A Dphp.ini-production1022 ; http://php.net/odbc.default-db
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4756 # http://home.f1.htw-berlin.de/scheibl/db/intern/dBase.htm
16687 # Panasonic channel list database svl.bin or svl.db added by Joerg Jenderek

Completed in 167 milliseconds

1...<<212223242526272829