Home
last modified time | relevance | path

Searched refs:database (Results 26 – 50 of 208) sorted by relevance

123456789

/PHP-7.4/ext/dba/tests/
H A Ddba_db4_sync.phpt13 echo "database handler: $handler\n";
24 echo "Error creating database\n";
35 database handler: db4
H A Ddba004.phpt11 echo "database handler: $handler\n";
23 echo "Error creating database\n";
31 database handler: %s
H A Ddba014.phpt11 echo "database handler: $handler\n";
16 echo "Error creating database\n";
25 database handler: %s
H A Ddba005.phpt11 echo "database handler: $handler\n";
30 echo "Error creating database\n";
38 database handler: %s
H A Ddba_db4_007.phpt14 echo "database handler: $handler\n";
20 echo "database file created\n";
35 database handler: db4
H A Ddba006.phpt11 echo "database handler: $handler\n";
32 echo "Error creating database\n";
40 database handler: %s
H A Ddba_db4_003.phpt14 echo "database handler: $handler\n";
20 echo "database file created\n";
39 database handler: db4
H A Ddba_optimize.phpt11 echo "database handler: $handler\n";
31 echo "Error creating database\n";
42 database handler: flatfile
H A Ddba_sync.phpt11 echo "database handler: $handler\n";
31 echo "Error creating database\n";
42 database handler: flatfile
H A Ddba010.phpt11 echo "database handler: $handler\n";
34 echo "Error creating database\n";
43 database handler: %s
H A Ddba016.phpt13 echo "database handler: $handler\n";
24 database handler: flatfile
H A Ddba_cdb_read.phpt10 echo "database handler: cdb\n";
55 echo "Error creating database\n";
59 database handler: cdb
H A Ddba_handler.inc3 echo "database handler: $handler\n";
18 echo "Error reopening database\n";
39 echo "Error creating database\n";
65 die("Error reopening database\n");
79 echo "Error reading database\n";
H A Dbug38698.phpt24 // write md5 checksum of generated database file
28 echo "Error creating database\n";
H A Ddba_db4_handlers.phpt13 echo "database handler: $handler\n";
46 database handler: db4
H A Ddba012.phpt14 echo "database handler: $handler\n";
34 database handler: flatfile
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_select_db.phpt30 /* does not make too much sense, unless we have access to at least one more database than $db */
41 printf("[008] Expecting database '%s', found '%s'\n", $db, $row['dbname']);
45 // Yippie, a second database to play with - that's great because mysqli_select_db
55 printf("[011] Expecting database 'mysql', found '%s'\n", $row['dbname']);
71 mysqli_select_db($link, 'I can not imagine that this database exists');
75 mysqli_select_db($link, 'I can not imagine that this database exists');
79 /* Error: 1049 SQLSTATE: 42000 (ER_BAD_DB_ERROR) Message: Unknown database '%s' */
80 …ATE: 42000 (ER_DBACCESS_DENIED_ERROR) Message: Access denied for user '%s'@'%s' to database '%s' */
H A Dmysqli_change_user.phpt63 if (!$res = mysqli_query($link, 'SELECT database() AS dbname, user() AS user'))
71 printf("[016] Expecting database %s, got database() %s\n", $db, $tmp['dbname']);
98 if (!$res = mysqli_query($link, 'SELECT database() AS dbname, user() AS user'))
104 printf("[017] Expecting database '', got database() '%s'\n", $tmp['dbname']);
128 if (!$res = mysqli_query($link, 'SELECT database() AS dbname, user() AS user'))
136 printf("[026] Expecting database %s, got database() %s\n", $db, $tmp['dbname']);
/PHP-7.4/ext/oci8/
H A DREADME.md14 libraries. These libraries are found in your database installation, or in the
16 https://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html
/PHP-7.4/ext/phar/tests/
H A Dfront.phar.phpt18 <database>
23 </database>
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_16_select_no_results.phpt22 echo "Closing database\n";
30 Closing database
H A Dsqlite3_20_error.phpt16 echo "Closing database\n";
26 Closing database
H A Dbug69972.phpt12 echo "Closing database\n";
24 Closing database
H A Dsqlite3_24_last_insert_rowid.phpt20 echo "Closing database\n";
32 Closing database
/PHP-7.4/ext/date/tests/
H A Dbug43808.phpt30 string(47) "The timezone could not be found in the database"
46 string(47) "The timezone could not be found in the database"

Completed in 25 milliseconds

123456789