Home
last modified time | relevance | path

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

123456789

/PHP-8.1/ext/dba/tests/
H A Ddba_db4_013.phpt16 echo "database handler: $handler\n";
19 echo "database file created\n";
24 echo "database file opened\n";
38 database handler: db4
39 database file created
40 database file opened
42 Warning: dba_insert(): You cannot perform a modification to a database without proper access in %sd…
H A Ddba007.phpt14 echo "database handler: $handler\n";
18 echo "database file created\n";
23 echo "database file created\n";
28 echo "database file created\n";
43 database handler: %s
44 database file created
45 database file created
46 database file created
H A Ddba_db4_009.phpt15 echo "database handler: $handler\n";
19 echo "database file created\n";
24 echo "database file created\n";
29 echo "database file created\n";
44 database handler: db4
45 database file created
46 database file created
47 database file created
H A Ddba_db4_015.phpt16 echo "database handler: $handler\n";
19 echo "database file created\n";
24 echo "database file opened\n";
38 database handler: db4
39 database file created
40 database file opened
H A Ddba001.phpt13 echo "database handler: $handler\n";
15 echo "database file created\n";
26 database handler: %s
27 database file created
H A Ddba_cdb_make.phpt15 echo "database handler: $handler\n";
28 // write md5 checksum of generated database file
30 // no need to test created database: this is done by dba_cdb_read.phpt
32 echo "Error creating database\n";
40 database handler: cdb_make
H A Ddba_db4_016.phpt16 echo "database handler: $handler\n";
20 echo "database file created\n";
34 echo "database file created\n";
53 database handler: db4
54 database file created
57 database file created
H A Ddba_db4_001.phpt16 echo "database handler: $handler\n";
18 echo "database file created\n";
32 database handler: db4
33 database file created
H A Ddba_db4_002.phpt16 echo "database handler: $handler\n";
18 echo "database file created\n";
32 database handler: db4
33 database file created
H A Ddba_db4_005.phpt16 echo "database handler: $handler\n";
18 echo "database file created\n";
32 database handler: db4
33 database file created
H A Ddba_db4_006.phpt16 echo "database handler: $handler\n";
18 echo "database file created\n";
32 database handler: db4
33 database file created
H A Ddba_db4_017.phpt15 echo "database handler: $handler\n";
19 echo "database file created\n";
36 database handler: db4
37 database file created
H A Ddba_db4_004.phpt16 echo "database handler: $handler\n";
22 echo "database file created\n";
39 database handler: db4
41 database file created
H A Ddba_db4_008.phpt16 echo "database handler: $handler\n";
22 echo "database file created\n";
39 database handler: db4
41 database file created
H A Ddba002.phpt13 echo "database handler: $handler\n";
19 echo "Error creating database\n";
27 database handler: %s
H A Ddba003.phpt13 echo "database handler: $handler\n";
21 echo "Error creating database\n";
29 database handler: %s
H A Ddba_db4_optimize.phpt15 echo "database handler: $handler\n";
26 echo "Error creating database\n";
35 database handler: db4
H A Ddba_db4_sync.phpt15 echo "database handler: $handler\n";
26 echo "Error creating database\n";
35 database handler: db4
H A Ddba009.phpt13 echo "database handler: $handler\n";
21 echo "Error creating database\n";
34 database handler: %s
H A Ddba_optimize.phpt13 echo "database handler: $handler\n";
31 echo "Error creating database\n";
40 database handler: flatfile
H A Ddba_sync.phpt13 echo "database handler: $handler\n";
31 echo "Error creating database\n";
40 database handler: flatfile
H A Ddba_db4_012.phpt16 echo "database handler: $handler\n";
18 echo "database file created\n";
30 database handler: db4
/PHP-8.1/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.1/ext/mysqli/tests/
H A Dbug33263.phpt25 $stmt->bind_result($database);
29 if ($database != $db)
31 gettype($database), $database);
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_02_create.phpt16 echo "Dropping database\n";
19 echo "Closing database\n";
30 Dropping database
32 Closing database

Completed in 25 milliseconds

123456789