Home
last modified time | relevance | path

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

1234567

/PHP-5.4/ext/mysqli/tests/
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_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_options.phpt63 …printf("[006] 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_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_expire_password.phpt14 …die(sprintf("SKIP 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_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_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_last_insert_id.phpt30 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_stmt_affected_rows.phpt23 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
H A Dmysqli_fetch_array_oo.phpt18 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_fetch_all_oo.phpt22 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
/PHP-5.4/ext/mysqli/
H A Dmysqli_api.c522 char *user, *password, *dbname; in PHP_FUNCTION() local
529 …k, mysqli_link_class_entry, &user, &user_len, &password, &password_len, &dbname, &dbname_len) == F… in PHP_FUNCTION()
539 rc = mysqlnd_change_user_ex(mysql->mysql, user, password, dbname, FALSE, (size_t) password_len); in PHP_FUNCTION()
541 rc = mysql_change_user(mysql->mysql, user, password, dbname); in PHP_FUNCTION()
2139 char *dbname; local
2142 …RGS() TSRMLS_CC, getThis(), "Os", &mysql_link, mysqli_link_class_entry, &dbname, &dbname_len) == F…
2147 if (mysql_select_db(mysql->mysql, dbname)) {
/PHP-5.4/ext/mysql/tests/
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_unbuffered_query.phpt95 …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.4/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.4/ext/sqlite3/
H A Dsqlite3.c1215 char *table, *column, *dbname = "main"; local
1226 …) TSRMLS_CC, "ssl|s", &table, &table_len, &column, &column_len, &rowid, &dbname, &dbname_len) == F…
1230 if (sqlite3_blob_open(db_obj->db, dbname, table, column, rowid, flags, &blob) != SQLITE_OK) {
1890 ZEND_ARG_INFO(0, dbname)
/PHP-5.4/ext/pgsql/
H A Dpgsql.c1227 char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; local
1268 dbname = Z_STRVAL_PP(args[ZEND_NUM_ARGS()-1]);
1302 pgsql=PQsetdb(host,port,options,tty,dbname);
1337 le->ptr=PQsetdb(host,port,options,tty,dbname);
1396 pgsql = PQsetdb(host,port,options,tty,dbname);

Completed in 80 milliseconds

1234567