Home
last modified time | relevance | path

Searched refs:database (Results 1 – 25 of 172) sorted by relevance

1234567

/PHP-8.2/ext/dba/tests/
H A Ddba007.phpt16 echo "database handler: $handler\n";
20 echo "database file created\n";
25 echo "database file created\n";
30 echo "database file created\n";
45 database handler: %s
46 database file created
47 database file created
48 database file created
H A Ddba_cdb_make.phpt16 echo "database handler: $handler\n";
29 // write md5 checksum of generated database file
31 // no need to test created database: this is done by dba_cdb_read.phpt
33 echo "Error creating database\n";
43 database handler: cdb_make
H A Ddba_db4_optimize.phpt17 echo "database handler: $handler\n";
28 echo "Error creating database\n";
37 database handler: db4
H A Ddba009.phpt15 echo "database handler: $handler\n";
23 echo "Error creating database\n";
36 database handler: %s
H A Ddba_db4_sync.phpt17 echo "database handler: $handler\n";
28 echo "Error creating database\n";
37 database handler: db4
H A Ddba_optimize.phpt15 echo "database handler: $handler\n";
33 echo "Error creating database\n";
42 database handler: flatfile
H A Ddba_sync.phpt15 echo "database handler: $handler\n";
33 echo "Error creating database\n";
42 database handler: flatfile
H A Ddba_db4_009.phpt13 echo "database handler: $handler\n";
31 database handler: db4
H A Ddba_cdb_read.phpt14 echo "database handler: cdb\n";
59 echo "Error creating database\n";
63 database handler: cdb
H A Dbug38698.phpt26 // write md5 checksum of generated database file
30 echo "Error creating database\n";
H A Ddba_qdbm_creation_matrix.phpt91 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
95 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
103 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
146 Warning: dba_open(): Driver initialization failed for handler: qdbm: broken database file in %s on …
150 Warning: dba_open(): Driver initialization failed for handler: qdbm: broken database file in %s on …
158 Warning: dba_open(): Driver initialization failed for handler: qdbm: broken database file in %s on …
164 Warning: dba_open(): Driver initialization failed for handler: qdbm: broken database file in %s on …
168 Warning: dba_open(): Driver initialization failed for handler: qdbm: broken database file in %s on …
176 Warning: dba_open(): Driver initialization failed for handler: qdbm: broken database file in %s on …
182 Warning: dba_open(): Driver initialization failed for handler: qdbm: broken database file in %s on …
[all …]
/PHP-8.2/ext/pgsql/tests/
H A DREADME.md7 * There is database named `test`
10 account named `testuser` and grant that user access to the database `test`.
12 If you have account and database, type `createdb test` from command prompt to
13 create the database to execute the test scripts. By executing the above command
15 the database.
/PHP-8.2/ext/mysqli/tests/
H A Dbug33263.phpt25 $stmt->bind_result($database);
29 if ($database != $db)
31 gettype($database), $database);
H A Dmysqli_select_db.phpt18 /* does not make too much sense, unless we have access to at least one more database than $db */
29 printf("[008] Expecting database '%s', found '%s'\n", $db, $row['dbname']);
33 // Yippie, a second database to play with - that's great because mysqli_select_db
43 printf("[011] Expecting database 'mysql', found '%s'\n", $row['dbname']);
59 mysqli_select_db($link, 'I cannot imagine that this database exists');
63 mysqli_select_db($link, 'I cannot imagine that this database exists');
67 /* Error: 1049 SQLSTATE: 42000 (ER_BAD_DB_ERROR) Message: Unknown database '%s' */
68 …ATE: 42000 (ER_DBACCESS_DENIED_ERROR) Message: Access denied for user '%s'@'%s' to database '%s' */
H A Dmysqli_change_user.phpt45 if (!$res = mysqli_query($link, 'SELECT database() AS dbname, user() AS user'))
53 printf("[016] Expecting database %s, got database() %s\n", $db, $tmp['dbname']);
80 if (!$res = mysqli_query($link, 'SELECT database() AS dbname, user() AS user'))
86 printf("[017] Expecting database '', got database() '%s'\n", $tmp['dbname']);
113 if (!$res = mysqli_query($link, 'SELECT database() AS dbname, user() AS user'))
121 printf("[026] Expecting database %s, got database() %s\n", $db, $tmp['dbname']);
/PHP-8.2/ext/sqlite3/tests/
H A Dsqlite3_02_create.phpt16 echo "Dropping database\n";
19 echo "Closing database\n";
30 Dropping database
32 Closing database
H A Dsqlite3_16_select_no_results.phpt22 echo "Closing database\n";
30 Closing database
H A Dgh9032.phpt12 $db->exec('attach database \':memory:\' AS "db1"');
16 $st = $db->prepare('attach database :a AS "db2"');
H A Dsqlite3_20_error.phpt16 echo "Closing database\n";
26 Closing database
H A Dsqlite3_enable_exceptions.phpt20 echo "Closing database\n";
30 Closing database
H A Dbug69972.phpt10 echo "Closing database\n";
22 Closing database
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_filename_uri.phpt8 // create with in-memory database using shared cached
13 // create second connection to in-memory database
45 …Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in %s
H A Dgh9032.phpt11 $db->exec('attach database \':memory:\' AS "db1"');
15 $st = $db->prepare('attach database :a AS "db2"');
/PHP-8.2/ext/phar/tests/
H A Dfront.phar.phpt23 <database>
28 </database>
/PHP-8.2/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 23 milliseconds

1234567