Home
last modified time | relevance | path

Searched refs:dbname (Results 126 – 150 of 155) sorted by relevance

1234567

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_character_set.phpt24 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_stmt_get_warnings.phpt12 …die(sprintf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
H A Dmysqli_driver.phpt49 …printf("[007] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
H A Dmysqli_stmt_get_result_bit.phpt41 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dbug52891.phpt103 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
H A Dmysqli_begin_transaction.phpt33 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_options.phpt63 …printf("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_affected_rows_oo.phpt18 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_fetch_array_large.phpt109 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_query_unicode.phpt103 …printf("[011] Cannot connect to the server using host=%s, user=%s, passwd=парола, dbname=%s, port=…
H A Dmysqli_set_charset.phpt88 …printf("[012] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_expire_password.phpt14 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
H A Dmysqli_affected_rows.phpt26 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_fetch_object_oo.phpt24 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_report.phpt153 …printf("[012] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
166 …printf("[015] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
H A Dmysqli_last_insert_id.phpt30 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c639 char *user, *password, *dbname; in PHP_FUNCTION() local
646 …k, mysqli_link_class_entry, &user, &user_len, &password, &password_len, &dbname, &dbname_len) == F… in PHP_FUNCTION()
656 rc = mysqlnd_change_user_ex(mysql->mysql, user, password, dbname, FALSE, (size_t) password_len); in PHP_FUNCTION()
658 rc = mysql_change_user(mysql->mysql, user, password, dbname); in PHP_FUNCTION()
2249 char *dbname; local
2252 …RGS() TSRMLS_CC, getThis(), "Os", &mysql_link, mysqli_link_class_entry, &dbname, &dbname_len) == F…
2257 if (mysql_select_db(mysql->mysql, dbname)) {
/PHP-5.5/ext/mysql/tests/
H A Dmysql_unbuffered_query.phpt95 …printf("[clean] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, por…
H A Dmysql_query.phpt101 …printf("[clean] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, por…
H A Dmysql_affected_rows.phpt26 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysql_pconn_max_links.phpt177 …printf("[c001] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port…
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h382 …sword, int password_len, char *new_password, int new_password_len, char *dbname, int dbname_len, c…
H A Doci8_interface.c1909 char *user, *pass_old, *pass_new, *dbname; local
1941 …rameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "ssss", &dbname, &dbname_len, &use…
1956 …nnect_ex(user, user_len, pass_old, pass_old_len, pass_new, pass_new_len, dbname, dbname_len, NULL,…
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1220 char *table, *column, *dbname = "main"; local
1231 …) TSRMLS_CC, "ssl|s", &table, &table_len, &column, &column_len, &rowid, &dbname, &dbname_len) == F…
1235 if (sqlite3_blob_open(db_obj->db, dbname, table, column, rowid, flags, &blob) != SQLITE_OK) {
1895 ZEND_ARG_INFO(0, dbname)

Completed in 46 milliseconds

1234567