/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_pconn_reuse.phpt | 21 …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 D | mysqli_unclonable.phpt | 14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_pconn_kill.phpt | 20 …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 D | mysqli_pconn_disabled.phpt | 22 …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 D | mysqli_result_unclonable.phpt | 14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_stmt_unclonable.phpt | 14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_stmt_datatype_change.phpt | 13 …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 D | mysqli_embedded_connect.phpt | 19 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_close_oo.phpt | 17 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_auth_pam.phpt | 14 …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 D | mysqli_stmt_bind_param_many_columns.phpt | 25 …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 D | bug45289.phpt | 16 …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 D | common.phpt | 21 $config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=root password=';
|
/PHP-5.5/ext/pdo_oci/tests/ |
H A D | common.phpt | 21 $config['ENV']['PDOTEST_DSN'] = 'oci:dbname=localhost/xe;charset=WE8MSWIN1252';
|
H A D | pecl_bug_11345.phpt | 17 $dbh = new PDO('oci:dbname=xxx;charset=yyy', 'abc', 'def');
|
/PHP-5.5/ext/pdo_firebird/tests/ |
H A D | common.phpt | 23 $config['ENV']['PDOTEST_DSN'] = 'firebird:dbname=/opt/firebird/test.gdb';
|
H A D | bug_62024.phpt | 11 $dbh = new PDO("firebird:dbname=$test_base",$user,$password) or die;
|
H A D | ddl.phpt | 11 $db = new PDO("firebird:dbname=$test_base",$user,$password) or die;
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | common.phpt | 23 $config['ENV']['PDOTEST_DSN'] = 'mysql:host=localhost;dbname=test';
|
/PHP-5.5/ext/mysql/tests/ |
H A D | mysql_create_db.phpt | 23 …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 D | mysql_error.phpt | 25 …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 D | mysql_pconn_kill.phpt | 24 …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 D | table.inc | 6 …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 D | apprentice.c | 2595 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 D | mysql_driver.c | 543 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…
|