Home
last modified time | relevance | path

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

123456789

/PHP-7.2/ext/pdo_mysql/tests/
H A DREADME6 PDO_MYSQL_TEST_HOST - database host
7 PDO_MYSQL_TEST_DB - database (schema) name
8 PDO_MYSQL_TEST_SOCKET - database server socket
10 PDO_MYSQL_TEST_USER - database user
11 PDO_MYSQL_TEST_PASS - database user password
12 PDO_MYSQL_TEST_CHARSET - database charset
/PHP-7.2/ext/dba/tests/
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_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_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 Ddba008.phpt12 echo "database handler: $handler\n";
25 echo "Error creating database\n";
33 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_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
/PHP-7.2/ext/pgsql/tests/
H A DREADME4 - there is database named "test"
7 user account named 'testuser' and grant that user access to the database
10 If you have account and database, type "createdb test" from command prompt
11 to create the database to execute the test scripts. By executing the above
13 granted access to the database.
/PHP-7.2/ext/mysqli/tests/
H A Dbug33263.phpt25 $stmt->bind_result($database);
29 if ($database != $db)
31 gettype($database), $database);
/PHP-7.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

Completed in 26 milliseconds

123456789