Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/dba/tests/
H A Ddba_db4_009.phpt13 echo "database handler: $handler\n";
17 echo "database file created\n";
22 echo "database file created\n";
27 echo "database file created\n";
42 database handler: db4
43 database file created
44 database file created
45 database file created
H A Ddba_db4_013.phpt14 echo "database handler: $handler\n";
17 echo "database file created\n";
22 echo "database file opened\n";
36 database handler: db4
37 database file created
38 database file opened
40 Warning: dba_insert(): You cannot perform a modification to a database without proper access in %sd…
H A Ddba007.phpt12 echo "database handler: $handler\n";
16 echo "database file created\n";
21 echo "database file created\n";
26 echo "database file created\n";
41 database handler: %s
42 database file created
43 database file created
44 database file created
H A Ddba_db4_015.phpt14 echo "database handler: $handler\n";
17 echo "database file created\n";
22 echo "database file opened\n";
36 database handler: db4
37 database file created
38 database file opened
H A Ddba001.phpt11 echo "database handler: $handler\n";
13 echo "database file created\n";
24 database handler: %s
25 database file created
H A Ddba_cdb_make.phpt13 echo "database handler: $handler\n";
26 // write md5 checksum of generated database file
28 // no need to test created database: this is done by dba_cdb_read.phpt
30 echo "Error creating database\n";
38 database handler: cdb_make
H A Ddba_db4_016.phpt14 echo "database handler: $handler\n";
18 echo "database file created\n";
32 echo "database file created\n";
51 database handler: db4
52 database file created
55 database file created
H A Ddba_db4_001.phpt14 echo "database handler: $handler\n";
16 echo "database file created\n";
30 database handler: db4
31 database file created
H A Ddba_db4_002.phpt14 echo "database handler: $handler\n";
16 echo "database file created\n";
30 database handler: db4
31 database file created
H A Ddba_db4_005.phpt14 echo "database handler: $handler\n";
16 echo "database file created\n";
30 database handler: db4
31 database file created
H A Ddba_db4_006.phpt14 echo "database handler: $handler\n";
16 echo "database file created\n";
30 database handler: db4
31 database file created
H A Ddba_db4_017.phpt13 echo "database handler: $handler\n";
17 echo "database file created\n";
34 database handler: db4
35 database file created
H A Ddba_db4_004.phpt14 echo "database handler: $handler\n";
20 echo "database file created\n";
37 database handler: db4
39 database file created
H A Ddba_db4_008.phpt14 echo "database handler: $handler\n";
20 echo "database file created\n";
37 database handler: db4
39 database file created
H A Ddba002.phpt11 echo "database handler: $handler\n";
17 echo "Error creating database\n";
25 database handler: %s
H A Ddba003.phpt11 echo "database handler: $handler\n";
19 echo "Error creating database\n";
27 database handler: %s
H A Ddba009.phpt11 echo "database handler: $handler\n";
19 echo "Error creating database\n";
32 database handler: %s
H A Ddba013.phpt11 echo "database handler: $handler\n";
16 echo "Error creating database\n";
25 database handler: %s
H A Ddba_db4_011.phpt13 echo "database handler: $handler\n";
22 echo "Error creating database\n";
31 database handler: db4
H A Ddba_db4_012.phpt14 echo "database handler: $handler\n";
16 echo "database file created\n";
28 database handler: db4
H A Ddba_db4_014.phpt14 echo "database handler: $handler\n";
17 echo "database file opened\n";
29 database handler: db4
H A Ddba_db4_optimize.phpt13 echo "database handler: $handler\n";
24 echo "Error creating database\n";
35 database handler: db4
/PHP-7.4/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-7.4/ext/mysqli/tests/
H A Dbug33263.phpt25 $stmt->bind_result($database);
29 if ($database != $db)
31 gettype($database), $database);
/PHP-7.4/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 24 milliseconds

123456789