Home
last modified time | relevance | path

Searched refs:DB (Results 1 – 25 of 80) sorted by relevance

1234

/PHP-5.6/ext/mysqli/tests/
H A Dbug38003.phpt8 class DB extends mysqli {
11 var_dump("DB::__construct() called");
15 $DB = new DB();
20 Fatal error: Call to private DB::__construct() from invalid context in %s on line %d
H A Dbug33491.phpt13 class DB extends mysqli
23 // Segfault when using the DB class which extends mysqli
24 $DB = new DB($host, $user, $passwd, $db, $port, $socket);
25 $DB->query_single('SELECT DATE()');
H A Dmysqli_pconn_max_links.phpt15 printf("skip Cannot create second DB user [%d] %s", mysqli_errno($link), mysqli_error($link));
23 …printf("skip Cannot GRANT SELECT to second DB user [%d] %s", mysqli_errno($link), mysqli_error($li…
68 printf("[001] Cannot connect using the second DB user created during SKIPIF, [%d] %s\n",
85 printf("[003] Cannot run query on persistent connection of second DB user, [%d] %s\n",
94 // change the password for the second DB user and kill the persistent connection
97 …printf("[005] Cannot change PW of second DB user, [%d] %s\n", mysqli_errno($link), mysqli_error($l…
99 // change the password for the second DB user and kill the persistent connection
102 …printf("[006] Cannot change PW of second DB user, [%d] %s\n", mysqli_errno($link), mysqli_error($l…
107 …printf("[007] Cannot KILL persistent connection of second DB user, [%d] %s\n", mysqli_errno($link)…
156 printf("[013] Cannot run query on persistent connection of second DB user, [%d] %s\n",
/PHP-5.6/Zend/tests/variadic/
H A Dvariadic_changed_byref_error.phpt6 interface DB {
10 class MySQL implements DB {
16 Fatal error: Declaration of MySQL::query() must be compatible with DB::query($query, &...$params) i…
H A Dvariadic_changed_typehint_error.phpt6 interface DB {
10 class MySQL implements DB {
16 Fatal error: Declaration of MySQL::query() must be compatible with DB::query($query, string ...$par…
H A Dadding_additional_optional_parameter_error.phpt6 interface DB {
10 class MySQL implements DB {
16 Fatal error: Declaration of MySQL::query() must be compatible with DB::query($query, string ...$par…
H A Dnon_variadic_implements_variadic_error.phpt6 interface DB {
10 class MySQL implements DB {
16 Fatal error: Declaration of MySQL::query() must be compatible with DB::query($query, ...$params) in…
H A Dremoving_parameter_error.phpt10 interface DB {
14 class MySQL implements DB {
20 Fatal error: Declaration of MySQL::query() must be compatible with DB::query($query, ...$params) in…
H A Dvariadic_implements_non_variadic.phpt6 interface DB {
10 class MySQL implements DB {
H A Dadding_additional_optional_parameter.phpt6 interface DB {
10 class MySQL implements DB {
/PHP-5.6/ext/dba/tests/
H A Ddba_cdb_001.phpt28 echo "Failed to open DB\n";
40 echo "Failed to open DB\n";
50 echo "Failed to open DB\n";
60 echo "Failed to open DB\n";
81 Failed to open DB
88 Failed to open DB
/PHP-5.6/ext/pdo_dblib/
H A DREADME1 This is the unified Sybase-DB style driver for PDO.
4 - The Sybase DB lib itself
5 - MSSQL DB lib
6 - FreeTDS DB lib
H A DCREDITS1 DB-LIB (MS SQL, Sybase)
/PHP-5.6/
H A DREADME.namespaces11 Zend/DB/Connection.php:
13 namespace Zend\DB;
30 - e.g. Zend\DB\Connection or Zend\DB\connect - at any time.
34 $x = new Zend\DB\Connection;
35 Zend\DB\connect();
42 use Zend\DB;
43 use Zend\DB\Connection as DbConnection;
45 $x = new Zend\DB\Connection();
46 $y = new DB\connection();
48 DB\connect();
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt86 printf("Creating an object, serializing it and writing it to DB...\n");
98 …printf("\nUsing PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize …
104 printf("\nUsing PDO::FETCH_CLASS to fetch the object from DB and unserialize it...\n");
125 Creating an object, serializing it and writing it to DB...
137 Using PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize it...
144 Using PDO::FETCH_CLASS to fetch the object from DB and unserialize it...
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt48 $db->exec("INSERT INTO test(myobj) VALUES ('Data fetched from DB to be given to unserialize()')");
82 myclass::unserialize('Data fetched from DB to be given to unserialize()')
85 myclass::unserialize('Data fetched from DB to be given to unserialize()')
90 myclass::unserialize('Data fetched from DB to be given to unserialize()')
/PHP-5.6/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt14 // we need a second DB user to test for a possible flaw in the ext/mysql[i] code
44 printf("skip Cannot create second DB user [%d] %s", mysql_errno($link), mysql_error($link));
51 …printf("skip Cannot GRANT SELECT to second DB user [%d] %s", mysql_errno($link), mysql_error($link…
75 printf("[001] Cannot connect using the second DB user created during SKIPIF, [%d] %s\n",
91 printf("[004] Cannot run query on persistent connection of second DB user, [%d] %s\n",
100 // change the password for the second DB user and kill the persistent connection
110 …printf("[007] Cannot change PW of second DB user, [%d] %s\n", mysql_errno($link), mysql_error($lin…
115 …printf("[008] Cannot KILL persistent connection of second DB user, [%d] %s\n", mysql_errno($link),…
151 die(sprintf("[014] Cannot connect using the second DB, [%d] %s\n",
158 printf("[016] Cannot run query on persistent connection of second DB user, [%d] %s\n",
/PHP-5.6/ext/pdo/tests/
H A Dbug_44409.phpt18 $db->exec("INSERT INTO test (dat) VALUES ('Data from DB')");
44 Method called: bug44409::unserialize('Data from DB')
/PHP-5.6/ext/dba/
H A Dconfig.m486 [ --with-db4[=DIR] DBA: Oracle Berkeley DB 4.x or 5.x support], no, no)
89 [ --with-db3[=DIR] DBA: Oracle Berkeley DB 3.x support], no, no)
92 [ --with-db2[=DIR] DBA: Oracle Berkeley DB 2.x support], no, no)
101 [ --with-tcadb[=DIR] DBA: Tokyo Cabinet abstract DB support], no, no)
264 AC_MSG_CHECKING([for DB$1 major version])
296 AC_DEFINE_UNQUOTED(DB$1_INCLUDE_FILE, "$THIS_INCLUDE", [ ])
302 DB$1_LIBS=$THIS_LIBS
303 DB$1_PREFIX=$THIS_PREFIX
304 DB$1_INCLUDE=$THIS_INCLUDE
456 AC_DEFINE_UNQUOTED(DB1_VERSION, "Berkeley DB 1.85 emulation in DB$THIS_VERSION", [ ])
[all …]
/PHP-5.6/ext/oci8/tests/
H A Ddb_op_1.phpt33 // Test setting the "DB operation" used by Oracle DB for end-to-end application tracing
H A Dbug41069.phpt2 Bug #41069 (Oracle crash with certain data over a DB-link when prefetch memory limit used - Oracle …
7 if (empty($dbase)) die ("skip requires network connection alias for DB link loopback");
60 echo "Test 1: non-DB link case that always worked\n";
87 Test 1: non-DB link case that always worked
H A Dskipif.inc5 // Check the test file is valid for this DB type
/PHP-5.6/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt151 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
153 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
297 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
299 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_31_open.phpt22 %string|unicode%(29) "Already initialised DB Object"
/PHP-5.6/ext/soap/interop/
H A Dclient_round2_interop.php70 $this->dbc = DB::connect($this->DSN, true);
72 if (DB::isError($this->dbc)) {
116 if (DB::isError($res)) {
127 if (DB::isError($res)) {
206 if (DB::isError($db_ep)) {
280 if (DB::isError($res)) {
295 if (DB::isError($res)) {

Completed in 32 milliseconds

1234