Home
last modified time | relevance | path

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

123

/PHP-7.0/ext/mysqli/tests/
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()');
31 #0 %s(%d): DB->query_single('SELECT DATE()')
H A Dbug38003.phpt8 class DB extends mysqli {
11 var_dump("DB::__construct() called");
15 $DB = new DB();
20 Fatal error: Access level to DB::__construct() must be public (as in class mysqli) in %s%ebug38003.…
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",
H A Dbug64726.phpt2 Bug #63398 (Segfault when calling fetch_object on a use_result and DB pointer has closed)
/PHP-7.0/Zend/tests/variadic/
H A Dvariadic_changed_byref_error.phpt6 interface DB {
10 class MySQL implements DB {
16 Fatal error: Declaration of MySQL::query($query, ...$params) must be compatible with DB::query($que…
H A Dvariadic_changed_typehint_error.phpt6 interface DB {
10 class MySQL implements DB {
16 Fatal error: Declaration of MySQL::query($query, int ...$params) must be compatible with DB::query(…
H A Dnon_variadic_implements_variadic_error.phpt6 interface DB {
10 class MySQL implements DB {
16 Fatal error: Declaration of MySQL::query($query, $params) must be compatible with DB::query($query,…
H A Dadding_additional_optional_parameter_error.phpt6 interface DB {
10 class MySQL implements DB {
16 …$query, int $extraParam = NULL, string ...$params) must be compatible with DB::query($query, strin…
H A Dremoving_parameter_error.phpt10 interface DB {
14 class MySQL implements DB {
20 Fatal error: Declaration of MySQL::query(...$params) must be compatible with DB::query($query, ...$…
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-7.0/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-7.0/
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-7.0/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-7.0/ext/pdo_dblib/
H A DCREDITS1 DB-LIB (MS SQL, Sybase)
/PHP-7.0/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-7.0/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 …]
H A Ddba_db1.c42 DB *dbp;
48 DB *db; in DBA_OPEN_FUNC()
/PHP-7.0/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-7.0/ext/sqlite3/tests/
H A Dsqlite3_31_open.phpt22 %string|unicode%(29) "Already initialised DB Object"
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt156 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
158 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
304 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
306 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
/PHP-7.0/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 27 milliseconds

123