Home
last modified time | relevance | path

Searched refs:dbname (Results 76 – 100 of 155) sorted by relevance

1234567

/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconnect.phpt24 …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 D002.phpt13 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysql_drop_db.phpt46 …printf("[c001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
H A Dmysql_set_charset.phpt35 …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 Dmysqli_pconnect.phpt15 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_send_query.phpt30 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_error.phpt23 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_real_connect.phpt37 …// ( 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 Dmysqli_prepare_no_object.phpt24 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_stmt_bind_result_bit.phpt29 …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 Dmysqli_real_connect_pconn.phpt24 …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 Dmysqli_report_wo_ps.phpt73 …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 Dbug53503.phpt53 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
H A Dbug66124.phpt26 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
H A Dmysqli_fork.phpt60 …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 Dmysqli_real_escape_string_eucjpms.phpt28 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_euckr.phpt27 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_gb2312.phpt28 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_gbk.phpt30 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_connect_oo.phpt19 …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 Dmysqli_autocommit.phpt11 …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 Dconfig.inc13 $config['ENV']['PDOTEST_DSN'] = 'mysql:host=localhost;dbname=test';
H A Dpdo_mysql___construct.phpt147 $dsn = MySQLPDOTest::getDSN(array('dbname' => $db), 'dbname=' . $invalid_db);
154 $dsn = MySQLPDOTest::getDSN(array('dbname' => $invalid_db), 'dbname=' . $db);
H A Dpdo_mysql___construct_uri.phpt41 fwrite($fp, sprintf('mysql:dbname=letshopeinvalid;%s%s',
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch568 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 …]

Completed in 54 milliseconds

1234567