Home
last modified time | relevance | path

Searched refs:DB (Results 26 – 50 of 91) sorted by relevance

1234

/PHP-8.3/ext/pdo/tests/
H A Dbug_44409.phpt19 $db->exec("INSERT INTO test (dat) VALUES ('Data from DB')");
48 Method called: bug44409::unserialize('Data from DB')
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt47 … $db->exec("INSERT INTO test(myobj) VALUES ('Data fetched from DB to be given to unserialize()')");
84 myclass::unserialize('Data fetched from DB to be given to unserialize()')
89 myclass::unserialize('Data fetched from DB to be given to unserialize()')
98 myclass::unserialize('Data fetched from DB to be given to unserialize()')
H A Dpdo_mysql_prepare_native_named_placeholder.phpt38 // Ok, what has happened: anything inserted into the DB?
58 // Now, what do we have in the DB?
H A DREADME.md31 NOTE: if any of `PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET]` is part of
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt36 // Ok, what has happened: anything inserted into the DB?
55 // Now, what do we have in the DB?
/PHP-8.3/ext/sqlite3/tests/
H A Dsqlite3_31_open.phpt22 string(29) "Already initialised DB Object"
/PHP-8.3/ext/oci8/tests/
H A Dbug41069.phpt2 Bug #41069 (Oracle crash with certain data over a DB-link when prefetch memory limit used - Oracle …
10 if (empty($dbase)) die ("skip requires network connection alias for DB link loopback");
63 echo "Test 1: non-DB link case that always worked\n";
90 Test 1: non-DB link case that always worked
H A Dskipif.inc3 // Check the test file is valid for this DB type
/PHP-8.3/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt158 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
160 string(%d) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
305 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
307 string(%d) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
H A Dopenssl_x509_parse_basic_openssl32.phpt167 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
169 string(%d) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
323 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
325 string(%d) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
/PHP-8.3/ext/dba/
H A Dconfig.m492 [DBA: Oracle Berkeley DB 4.x or 5.x support])],
98 [DBA: Oracle Berkeley DB 3.x support])],
104 [DBA: Oracle Berkeley DB 2.x support])],
110 [DBA: Oracle Berkeley DB 1.x support/emulation])],
122 [DBA: Tokyo Cabinet abstract DB support])],
327 AC_MSG_CHECKING([for DB$1 major version])
365 DB$1_LIBS=$THIS_LIBS
366 DB$1_PREFIX=$THIS_PREFIX
367 DB$1_INCLUDE=$THIS_INCLUDE
519 AC_DEFINE_UNQUOTED(DB1_VERSION, "Berkeley DB 1.85 emulation in DB$THIS_VERSION", [ ])
[all …]
H A Dconfig.w325 ARG_WITH("db", "DBA: Berkeley DB support", "no");
19 …ADD_FLAG("CFLAGS_DBA", "/D DBA_DB1=0 /D DB1_VERSION=\"\\\"Berkeley DB 1.85 emulation in DB3\\\"\" …
H A Ddba_db1.c35 DB *dbp;
41 DB *db; in DBA_OPEN_FUNC()
H A Ddba_db2.c33 DB *dbp;
39 DB *dbp; in DBA_OPEN_FUNC()
H A Ddba_db3.c45 DB *dbp;
51 DB *dbp = NULL;
/PHP-8.3/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc54 die("Failed to create DB");
95 die("Failed to open DB for write");
195 echo 'Opening DB failed', \PHP_EOL;
210 echo '=== OPENING EXISTING DB FILE ===', \PHP_EOL;
234 echo '=== RUNNING WITH DB LOCK (default) ===', \PHP_EOL;
272 die("Failed to reopen DB");
285 die("Failed to reopen DB");
/PHP-8.3/ext/mysqli/tests/
H A Dbug64726.phpt2 Bug #63398 (Segfault when calling fetch_object on a use_result and DB pointer has closed)
H A Dmysqli_select_db.phpt20 … printf("[005] Cannot select DB %s, [%d] %s\n", $db, mysqli_errno($link), mysqli_error($link));
48 printf("[012] Failed to set '%s' as current DB; [%d] %s\n", $link->errno, $link->error);
80 printf("[017] Current DB should not change if set fails\n");
/PHP-8.3/ext/dba/tests/
H A Ddba_db4_handlers.phpt54 .*Berkeley DB (4|5).*
H A Ddba_lmdb_readonly.phpt15 // Create DB
H A Ddba_gdbm.phpt78 === RUNNING WITH DB LOCK (default) ===
125 Failed to create DB
H A Ddba_qdbm.phpt78 === RUNNING WITH DB LOCK (default) ===
125 Failed to create DB
H A Ddba_lmdb.phpt80 === RUNNING WITH DB LOCK (default) ===
129 Failed to create DB
H A Ddba_ndbm.phpt79 === RUNNING WITH DB LOCK (default) ===
126 Failed to create DB
/PHP-8.3/ext/pgsql/tests/
H A D08escape.phpt46 // Insert binary to DB
52 // Retrieve binary from DB

Completed in 32 milliseconds

1234