Searched refs:database (Results 1 – 25 of 150) sorted by relevance
123456
/php-src/ext/dba/tests/ |
H A D | dba007.phpt | 16 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 D | dba_cdb_make.phpt | 16 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 D | dba_db4_optimize.phpt | 17 echo "database handler: $handler\n"; 28 echo "Error creating database\n"; 37 database handler: db4
|
H A D | dba_db4_sync.phpt | 17 echo "database handler: $handler\n"; 28 echo "Error creating database\n"; 37 database handler: db4
|
H A D | dba009.phpt | 15 echo "database handler: $handler\n"; 23 echo "Error creating database\n"; 36 database handler: %s
|
H A D | dba_optimize.phpt | 15 echo "database handler: $handler\n"; 33 echo "Error creating database\n"; 42 database handler: flatfile
|
H A D | dba_sync.phpt | 15 echo "database handler: $handler\n"; 33 echo "Error creating database\n"; 42 database handler: flatfile
|
H A D | dba_db4_009.phpt | 13 echo "database handler: $handler\n"; 31 database handler: db4
|
H A D | dba_cdb_read.phpt | 14 echo "database handler: cdb\n"; 59 echo "Error creating database\n"; 63 database handler: cdb
|
H A D | bug38698.phpt | 26 // write md5 checksum of generated database file 30 echo "Error creating database\n";
|
H A D | dba_qdbm_creation_matrix.phpt | 91 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 …]
|
H A D | dba_db4_handlers.phpt | 17 echo "database handler: $handler\n"; 50 database handler: db4
|
/php-src/ext/pgsql/tests/ |
H A D | README.md | 7 * 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-src/ext/mysqli/tests/ |
H A D | bug33263.phpt | 25 $stmt->bind_result($database); 29 if ($database != $db) 31 gettype($database), $database);
|
H A D | mysqli_select_db.phpt | 18 /* 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 D | mysqli_change_user.phpt | 45 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-src/ext/sqlite3/tests/ |
H A D | sqlite3_02_create.phpt | 16 echo "Dropping database\n"; 19 echo "Closing database\n"; 30 Dropping database 32 Closing database
|
H A D | sqlite3_16_select_no_results.phpt | 22 echo "Closing database\n"; 30 Closing database
|
H A D | gh9032.phpt | 12 $db->exec('attach database \':memory:\' AS "db1"'); 16 $st = $db->prepare('attach database :a AS "db2"');
|
H A D | sqlite3_20_error.phpt | 16 echo "Closing database\n"; 26 Closing database
|
H A D | bug69972.phpt | 10 echo "Closing database\n"; 22 Closing database
|
/php-src/ext/pdo_sqlite/tests/ |
H A D | pdo_sqlite_filename_uri.phpt | 8 // 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 D | gh9032.phpt | 11 $db->exec('attach database \':memory:\' AS "db1"'); 15 $st = $db->prepare('attach database :a AS "db2"');
|
/php-src/ext/phar/tests/ |
H A D | front.phar.phpt | 23 <database> 28 </database>
|
/php-src/ext/date/tests/ |
H A D | bug43808.phpt | 30 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 18 milliseconds
123456