/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_character_set.phpt | 24 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_stmt_get_warnings.phpt | 12 …die(sprintf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
|
H A D | mysqli_driver.phpt | 49 …printf("[007] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
|
H A D | mysqli_stmt_get_result_bit.phpt | 41 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | bug52891.phpt | 103 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
|
H A D | mysqli_begin_transaction.phpt | 33 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_options.phpt | 63 …printf("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_stmt_execute_stored_proc_next_result.phpt | 20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_affected_rows_oo.phpt | 18 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_fetch_array_large.phpt | 109 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_query_unicode.phpt | 103 …printf("[011] Cannot connect to the server using host=%s, user=%s, passwd=парола, dbname=%s, port=…
|
H A D | mysqli_set_charset.phpt | 88 …printf("[012] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_expire_password.phpt | 14 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
|
H A D | mysqli_affected_rows.phpt | 26 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_fetch_object_oo.phpt | 24 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_report.phpt | 153 …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 D | mysqli_last_insert_id.phpt | 30 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
/PHP-5.5/ext/mysqli/ |
H A D | mysqli_api.c | 639 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 D | mysql_unbuffered_query.phpt | 95 …printf("[clean] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, por…
|
H A D | mysql_query.phpt | 101 …printf("[clean] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, por…
|
H A D | mysql_affected_rows.phpt | 26 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysql_pconn_max_links.phpt | 177 …printf("[c001] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port…
|
/PHP-5.5/ext/oci8/ |
H A D | php_oci8_int.h | 382 …sword, int password_len, char *new_password, int new_password_len, char *dbname, int dbname_len, c…
|
H A D | oci8_interface.c | 1909 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 D | sqlite3.c | 1220 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)
|