/PHP-7.1/ext/mysqli/tests/ |
H A D | bug33491.phpt | 13 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 D | bug38003.phpt | 8 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 D | mysqli_pconn_max_links.phpt | 15 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 D | bug64726.phpt | 2 Bug #63398 (Segfault when calling fetch_object on a use_result and DB pointer has closed)
|
/PHP-7.1/Zend/tests/variadic/ |
H A D | variadic_changed_byref_error.phpt | 6 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 D | variadic_changed_typehint_error.phpt | 6 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 D | non_variadic_implements_variadic_error.phpt | 6 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 D | adding_additional_optional_parameter_error.phpt | 6 interface DB { 10 class MySQL implements DB { 16 …query, ?int $extraParam = NULL, string ...$params) must be compatible with DB::query($query, strin…
|
H A D | removing_parameter_error.phpt | 10 interface DB { 14 class MySQL implements DB { 20 Fatal error: Declaration of MySQL::query(...$params) must be compatible with DB::query($query, ...$…
|
H A D | variadic_implements_non_variadic.phpt | 6 interface DB { 10 class MySQL implements DB {
|
H A D | adding_additional_optional_parameter.phpt | 6 interface DB { 10 class MySQL implements DB {
|
/PHP-7.1/ext/dba/tests/ |
H A D | dba_cdb_001.phpt | 28 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.1/ |
H A D | README.namespaces | 11 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.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetch_serialize.phpt | 86 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 D | pdo_mysql_stmt_fetch_serialize_simple.phpt | 48 $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.1/ext/pdo_dblib/ |
H A D | CREDITS | 1 DB-LIB (MS SQL, Sybase)
|
/PHP-7.1/ext/pdo/tests/ |
H A D | bug_44409.phpt | 18 $db->exec("INSERT INTO test (dat) VALUES ('Data from DB')"); 44 Method called: bug44409::unserialize('Data from DB')
|
/PHP-7.1/ext/dba/ |
H A D | config.m4 | 86 [ --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 D | dba_db1.c | 42 DB *dbp; 48 DB *db; in DBA_OPEN_FUNC()
|
/PHP-7.1/ext/oci8/tests/ |
H A D | db_op_1.phpt | 33 // Test setting the "DB operation" used by Oracle DB for end-to-end application tracing
|
H A D | bug41069.phpt | 2 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 D | skipif.inc | 5 // Check the test file is valid for this DB type
|
/PHP-7.1/ext/openssl/tests/ |
H A D | openssl_x509_parse_basic.phpt | 154 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D" 156 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D 302 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D" 304 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.1/ext/sqlite3/tests/ |
H A D | sqlite3_31_open.phpt | 22 %string|unicode%(29) "Already initialised DB Object"
|
/PHP-7.1/ext/soap/interop/ |
H A D | client_round2_interop.php | 70 $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)) {
|