Home
last modified time | relevance | path

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

1234

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_gdb.c320 DB(1); DB(DW_EH_PE_textrel|DW_EH_PE_udata4); /* Augmentation data. */ in zend_gdbjit_ehframe()
389 DB(DW_children_no); in zend_gdbjit_debugabbrev()
398 DB(0); in zend_gdbjit_debugabbrev()
399 DB(0); in zend_gdbjit_debugabbrev()
400 DB(0); in zend_gdbjit_debugabbrev()
405 #define DLNE(op, s) (DB(DW_LNS_extended_op), DUV(1+(s)), DB((op)))
419 DB(0); DB(1); DB(1); /* Standard opcode lengths. */ in zend_gdbjit_debugline()
421 DB(0); in zend_gdbjit_debugline()
424 DB(0); in zend_gdbjit_debugline()
429 DB(DW_LNS_copy); in zend_gdbjit_debugline()
[all …]
/PHP-8.3/ext/mysqli/tests/
H A Dbug38003.phpt8 class DB extends mysqli {
11 var_dump("DB::__construct() called");
15 $DB = new DB();
20 Fatal error: Uncaught Error: Call to private DB::__construct() from global scope in %s
H A Dbug33491.phpt14 class DB extends mysqli
24 // Segfault when using the DB class which extends mysqli
25 $DB = new DB($host, $user, $passwd, $db, $port, $socket);
26 $DB->query_single('SELECT DATE()');
32 #0 %s(%d): 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…
72 printf("[001] Cannot connect using the second DB user created during SKIPIF, [%d] %s\n",
89 printf("[003] Cannot run query on persistent connection of second DB user, [%d] %s\n",
98 // change the password for the second DB user and kill the persistent connection
102 …printf("[005] Cannot change PW of second DB user, [%d] %s\n", mysqli_errno($link), mysqli_error($l…
104 // change the password for the second DB user and kill the persistent connection
108 …printf("[006] Cannot change PW of second DB user, [%d] %s\n", mysqli_errno($link), mysqli_error($l…
113 …printf("[007] Cannot KILL persistent connection of second DB user, [%d] %s\n", mysqli_errno($link)…
162 printf("[013] Cannot run query on persistent connection of second DB user, [%d] %s\n",
/PHP-8.3/ext/dba/tests/
H A Ddba_tcadb_creation_matrix.phpt29 Opening DB failed
33 Opening DB failed
37 Opening DB failed
41 Opening DB failed
45 Opening DB failed
49 Opening DB failed
53 Opening DB failed
57 Opening DB failed
119 Opening DB failed
123 Opening DB failed
[all …]
H A Ddba_cdb_creation_matrix.phpt29 Opening DB failed
33 Opening DB failed
37 Opening DB failed
41 Opening DB failed
45 Opening DB failed
49 Opening DB failed
53 Opening DB failed
57 Opening DB failed
61 Opening DB failed
65 Opening DB failed
[all …]
H A Ddba_gdbm_creation_matrix.phpt31 Opening DB failed
35 Opening DB failed
39 Opening DB failed
43 Opening DB failed
49 Opening DB failed
53 Opening DB failed
57 Opening DB failed
61 Opening DB failed
71 Opening DB failed
83 Opening DB failed
[all …]
H A Ddba_qdbm_creation_matrix.phpt31 Opening DB failed
35 Opening DB failed
39 Opening DB failed
43 Opening DB failed
49 Opening DB failed
53 Opening DB failed
57 Opening DB failed
61 Opening DB failed
71 Opening DB failed
83 Opening DB failed
[all …]
H A Ddba_lmdb_creation_matrix.phpt31 Opening DB failed
35 Opening DB failed
39 Opening DB failed
43 Opening DB failed
53 Opening DB failed
65 Opening DB failed
77 Opening DB failed
94 Opening DB failed
108 Opening DB failed
120 Opening DB failed
[all …]
H A Ddba_db4_creation_matrix.phpt29 Opening DB failed
33 Opening DB failed
37 Opening DB failed
41 Opening DB failed
45 Opening DB failed
49 Opening DB failed
53 Opening DB failed
57 Opening DB failed
119 Opening DB failed
123 Opening DB failed
[all …]
H A Ddba_cdb_001.phpt32 echo "Failed to open DB\n";
44 echo "Failed to open DB\n";
54 echo "Failed to open DB\n";
64 echo "Failed to open DB\n";
84 Failed to open DB
91 Failed to open DB
H A Ddba_flatfile_creation_matrix.phpt29 Opening DB failed
33 Opening DB failed
37 Opening DB failed
41 Opening DB failed
45 Opening DB failed
49 Opening DB failed
53 Opening DB failed
57 Opening DB failed
74 === OPENING EXISTING DB FILE ===
H A Ddba_inifile_creation_matrix.phpt29 Opening DB failed
33 Opening DB failed
37 Opening DB failed
41 Opening DB failed
45 Opening DB failed
49 Opening DB failed
53 Opening DB failed
57 Opening DB failed
74 === OPENING EXISTING DB FILE ===
/PHP-8.3/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.phpt6 interface DB {
10 class MySQL implements DB {
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-8.3/ext/sqlite3/tests/
H A Dsqlite3stmt_getsql.phpt27 echo "Closing DB\n";
47 Closing DB
H A Dsqlite3stmt_getsql_expanded.phpt43 echo "Closing DB\n";
66 Closing DB
/PHP-8.3/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");
126 Creating an object, serializing it and writing it to DB...
138 Using PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize it...
149 Using PDO::FETCH_CLASS to fetch the object from DB and unserialize it...
/PHP-8.3/ext/pdo_dblib/
H A DCREDITS1 DB-LIB (MS SQL, Sybase)
/PHP-8.3/ext/oci8/tests/
H A Ddb_op_1.phpt31 // Test setting the "DB operation" used by Oracle DB for end-to-end application tracing

Completed in 54 milliseconds

1234