Home
last modified time | relevance | path

Searched refs:dbname (Results 26 – 50 of 155) sorted by relevance

1234567

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt21 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
29 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
64 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_unclonable.phpt14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_pconn_kill.phpt20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
68 …printf("[011] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
81 …printf("[013] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_pconn_disabled.phpt22 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
31 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_result_unclonable.phpt14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_stmt_unclonable.phpt14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_stmt_datatype_change.phpt13 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
18 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
H A Dmysqli_embedded_connect.phpt19 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_close_oo.phpt17 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_auth_pam.phpt14 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
67 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_stmt_bind_param_many_columns.phpt25 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
46 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
H A Dbug45289.phpt16 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcommon.phpt21 $config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=root password=';
/PHP-5.5/ext/pdo_oci/tests/
H A Dcommon.phpt21 $config['ENV']['PDOTEST_DSN'] = 'oci:dbname=localhost/xe;charset=WE8MSWIN1252';
H A Dpecl_bug_11345.phpt17 $dbh = new PDO('oci:dbname=xxx;charset=yyy', 'abc', 'def');
/PHP-5.5/ext/pdo_firebird/tests/
H A Dcommon.phpt23 $config['ENV']['PDOTEST_DSN'] = 'firebird:dbname=/opt/firebird/test.gdb';
H A Dbug_62024.phpt11 $dbh = new PDO("firebird:dbname=$test_base",$user,$password) or die;
H A Dddl.phpt11 $db = new PDO("firebird:dbname=$test_base",$user,$password) or die;
/PHP-5.5/ext/pdo_mysql/tests/
H A Dcommon.phpt23 $config['ENV']['PDOTEST_DSN'] = 'mysql:host=localhost;dbname=test';
/PHP-5.5/ext/mysql/tests/
H A Dmysql_create_db.phpt23 …printf("[003] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
47 …printf("[c001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
H A Dmysql_error.phpt25 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
52 …printf("[008] Can connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, so…
H A Dmysql_pconn_kill.phpt24 …printf("[001] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
82 …printf("[012] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
89 …printf("[014] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
H A Dtable.inc6 …printf("Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, so…
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c2595 char *dbname = NULL; in apprentice_map() local
2624 dbname = mkdbname(ms, fn, 0); in apprentice_map()
2625 if (dbname == NULL) in apprentice_map()
2723 if (dbname) { in apprentice_map()
2724 efree(dbname); in apprentice_map()
2733 if (dbname) { in apprentice_map()
2734 efree(dbname); in apprentice_map()
2753 char *dbname; in apprentice_compile() local
2760 dbname = mkdbname(ms, fn, 0); in apprentice_compile()
2762 if (dbname == NULL) in apprentice_compile()
[all …]
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c543 char *dbname; local
741 dbname = vars[1].optval;
757 if (dbname) {
758 dbname_len = strlen(dbname);
765 …if (mysqlnd_connect(H->server, host, dbh->username, dbh->password, password_len, dbname, dbname_le…
768 …if (mysql_real_connect(H->server, host, dbh->username, dbh->password, dbname, port, unix_socket, c…

Completed in 88 milliseconds

1234567