/PHP-5.5/ext/mysql/tests/ |
H A D | mysql_pconnect.phpt | 24 …printf("[002] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=… 30 …printf("[003] Can connect to the server using host=%s/%s, user=%s, passwd=***non_empty, dbname=%s,…
|
H A D | 002.phpt | 13 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysql_drop_db.phpt | 46 …printf("[c001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
|
H A D | mysql_set_charset.phpt | 35 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_pconnect.phpt | 15 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_send_query.phpt | 30 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_error.phpt | 23 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_real_connect.phpt | 37 …// ( mysqli link [, string hostname [, string username [, string passwd [, string dbname [, int p… 45 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 53 …. Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socke…
|
H A D | mysqli_prepare_no_object.phpt | 24 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_stmt_bind_result_bit.phpt | 29 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 33 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_real_connect_pconn.phpt | 24 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 32 …. Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socke…
|
H A D | mysqli_report_wo_ps.phpt | 73 …printf("[010] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po… 86 …printf("[013] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
|
H A D | bug53503.phpt | 53 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
|
H A D | bug66124.phpt | 26 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
|
H A D | mysqli_fork.phpt | 60 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 133 …printf("[010] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 213 …printf("[018] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_real_escape_string_eucjpms.phpt | 28 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
|
H A D | mysqli_real_escape_string_euckr.phpt | 27 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
|
H A D | mysqli_real_escape_string_gb2312.phpt | 28 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
|
H A D | mysqli_real_escape_string_gbk.phpt | 30 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
|
H A D | mysqli_connect_oo.phpt | 19 …printf("[003] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po… 91 …printf("[016] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
|
H A D | mysqli_autocommit.phpt | 11 …die(sprintf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port… 35 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | config.inc | 13 $config['ENV']['PDOTEST_DSN'] = 'mysql:host=localhost;dbname=test';
|
H A D | pdo_mysql___construct.phpt | 147 $dsn = MySQLPDOTest::getDSN(array('dbname' => $db), 'dbname=' . $invalid_db); 154 $dsn = MySQLPDOTest::getDSN(array('dbname' => $invalid_db), 'dbname=' . $db);
|
H A D | pdo_mysql___construct_uri.phpt | 41 fwrite($fp, sprintf('mysql:dbname=letshopeinvalid;%s%s',
|
/PHP-5.5/ext/fileinfo/ |
H A D | libmagic.patch | 568 char *dbname = NULL; 601 if (dbname == NULL) 713 - free(dbname); 715 + if (dbname) { 716 + efree(dbname); 727 - free(dbname); 728 + if (dbname) { 729 + efree(dbname); 735 char *dbname; 796 - free(dbname); [all …]
|