Home
last modified time | relevance | path

Searched refs:database (Results 126 – 150 of 208) sorted by relevance

123456789

/PHP-7.4/ext/pgsql/tests/
H A D80_bug14383.phpt23 database handler: %s
/PHP-7.4/ext/posix/tests/
H A Dposix_getgrgid_error.phpt10 * Description: Group database access (POSIX.1, 9.2.1)
/PHP-7.4/ext/date/tests/
H A Doo_001.phpt46 …to parse time string (1am todax) at position 4 (t): The timezone could not be found in the database
H A Ddate_parse_error.phpt72 string(47) "The timezone could not be found in the database"
/PHP-7.4/ext/session/tests/
H A Dsave_handler.inc22 /* Open session data database */
36 /* Close session data database */
167 // NOTE: This handler is optional. If your session database cannot
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_38_backup.phpt57 Warning: SQLite3::backup(): Backup failed: source database is busy in %s on line %d
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_50323.phpt2 Bug #50323 (No ability to connect to database named 't;', no chance to escape semicolon)
H A Dpdo_mysql___construct_uri.phpt50 "SQLSTATE[HY000] [1049] Unknown database 'letshopeinvalid'",
H A Dbug66528.phpt2 Bug #66528: No PDOException or errorCode if database becomes unavailable before PDO::commit
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c530 const MYSQLND_CSTRING * const database, in MYSQLND_METHOD()
590 MYSQLND_CSTRING database,
617 hostname.s?hostname.s:"", username.s?username.s:"", database.s?database.s:"", port, mysql_flags,
662 if (!database.s || !database.s[0]) {
664 database.s = "";
665 database.l = 0;
711 conn->connect_or_select_db.l = database.l;
817 const MYSQLND_CSTRING database,
1075 const MYSQLND_CSTRING database = {db, db_len}; local
1077 ret = conn->command->init_db(conn, database);
[all …]
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt34 // 6. click 'Create' and select a file to save the database as
35 // -otherwise, you'll have to open MS Access, create a database, then load that file in this …
59 … sure that the reassembly works (and that the column is split into 255 byte blocks by the database)
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar115 $output->writeElement('title', 'Enter a path to the database');
118 $output->writeElement('h2', 'Please enter the path to a coverage database');
947 'order to initialize a coverage database');
951 // restart the database
952 echo "Upgrading database to version 2.1.0\n";
991 throw new Exception('Unable to create Code Coverage SQLite3 database: ' . $error);
1268 throw new Exception('Unable to retrieve file ' . $path . ' id from database');
1273 throw new Exception('Unable to retrieve file ' . $path . ' id from database');
1287 throw new Exception('Unable to retrieve test file ' . $path . ' id from database');
1357 throw new Exception('Unable to add file ' . $filepath . ' to database');
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_open_error.phpt38 Warning: finfo_open(): Failed to load magic database at '%sfoobarfile'. in %sfinfo_open_error.php o…
H A Dbug61964.phpt62 Warning: finfo_open(): Failed to load magic database at '%sbug61964'. in %sbug61964.php on line %d
H A Dbug61964-mb.phpt62 Warning: finfo_open(): Failed to load magic database at '%sbug61964-mb'. in %sbug61964-mb.php on li…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_no_reconnect.phpt17 printf("[001] Cannot create second database connection, [%d] %s\n",
77 printf("[012] Cannot create database connection, [%d] %s\n",
H A Dmysqli_debug.phpt32 // table.inc will create a database connection and run some SQL queries, therefore
H A Dmysqli_report_wo_ps.phpt55 if (@mysqli_select_db($link, "Oh lord, let this be an unknown database name"))
69 mysqli_select_db($link, "Oh lord, let this be an unknown database name");
/PHP-7.4/ext/dba/
H A Dconfig.w326 ARG_WITH("lmdb", "DBA: Lightning memory-mapped database support", "no");
/PHP-7.4/ext/oci8/tests/
H A Ddriver_name.phpt14 die("skip test expected to work only with Oracle 12.1.0.2 database or its later patchsets");
H A Ddriver_name_11gR2.phpt12 die("skip expected output only valid when using Oracle 11.2 database or its later patchsets");
H A Dconn_attr_5.phpt13 die("skip expected output only valid when using Oracle 10g or greater database server");
H A Dpassword.phpt7 if (empty($dbase)) die ("skip requires database connection string be set");
H A Dpassword_2.phpt7 if (empty($dbase)) die ("skip requires database connection string be set");
/PHP-7.4/ext/dba/tests/
H A Ddba_cdb_001.phpt84 Warning: dba_insert(): You cannot perform a modification to a database without proper access in %sd…

Completed in 46 milliseconds

123456789