Home
last modified time | relevance | path

Searched refs:connect (Results 1 – 25 of 964) sorted by last modified time

12345678910>>...39

/PHP-7.4/
H A DNEWS2616 . Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa)
/PHP-7.4/ext/mysqli/tests/
H A Dbug64726.phpt6 require_once("connect.inc");
14 require 'connect.inc';
H A Dbug79375.phpt12 require_once("connect.inc");
H A Dmysqli_next_result_no_repeat_error.phpt12 require_once __DIR__ . '/connect.inc';
H A Dmysqli_report.phpt10 require_once("connect.inc");
180 …printf("[012] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
193 …printf("[015] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
H A Dbug80837.phpt11 require_once "connect.inc";
H A Dmysqli_auth_pam.phpt7 require_once('connect.inc');
10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
101 require_once('connect.inc');
105 …printf("[001] Cannot connect to the server using host=%s, user=pamtest, passwd=pamtest dbname=%s, …
H A Dbug74779.phpt11 require_once("connect.inc");
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dps_cursor_multiple_result_sets.phpt10 require_once(__DIR__ . '/connect.inc');
H A Dbug77935.phpt10 require_once(__DIR__ . '/connect.inc');
H A Dmysqli_stmt_get_result.phpt19 require_once("connect.inc");
H A Dbug67983.phpt14 require_once("connect.inc");
H A Dmysqli_expire_password.phpt7 require_once('connect.inc');
65 require_once('connect.inc');
70 printf("[001] Cannot connect [%d] %s\n",
81 printf("[003] Cannot connect [%d] %s\n",
88 /* allow connect */
92 printf("[005] Cannot connect [%d] %s\n",
100 /* allow connect, fix pw */
104 printf("[007] Cannot connect [%d] %s\n",
119 printf("[001] Cannot connect [%d] %s\n",
140 [001] Cannot connect [%d] %s
[all …]
H A Dmysqli_stmt_prepare.phpt11 require_once("connect.inc");
H A Dmysqli_stmt_reset.phpt11 require_once("connect.inc");
H A Dmysqli_stmt_result_metadata.phpt11 require_once("connect.inc");
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c536 …if (PASS == conn->vio->data->m.connect(conn->vio, *scheme, conn->persistent, conn->stats, conn->er… in MYSQLND_METHOD()
586 MYSQLND_METHOD(mysqlnd_conn_data, connect)(MYSQLND_CONN_DATA * conn, argument
596 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), connect);
813 MYSQLND_METHOD(mysqlnd_conn, connect)(MYSQLND * conn_handle, argument
822 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), connect);
833 …ret = conn->m->connect(conn, hostname, username, password, database, port, socket_or_pipe, mysql_f…
2306 MYSQLND_METHOD(mysqlnd_conn_data, connect),
2461 MYSQLND_METHOD(mysqlnd_conn, connect),
2696 …ret = conn_handle->m->connect(conn_handle, hostname, username, password, database, port, socket_or…
/PHP-7.4/ext/pdo_firebird/tests/
H A Dconnect.phpt2 PDO_Firebird: connect/disconnect
H A Dpayload_server.inc43 $error = "Unable to connect to server\n";
/PHP-7.4/ext/ftp/tests/
H A Dbug79100.phpt13 if (!$ftp) die("Couldn't connect to the server");
H A Dbug80901.phpt15 if (!$ftp) die("Couldn't connect to the server");
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_sockets.c577 if (connect(fd, (struct sockaddr *)sock, socklen) == -1) { in fpm_socket_unix_test_connect()
/PHP-7.4/win32/
H A Dsendmail.c871 if (connect(PW32G(mail_socket), (LPSOCKADDR) & sock_in, sizeof(sock_in))) { in MailConnect()
/PHP-7.4/ext/standard/tests/mail/
H A Dbug80751.phpt21 die("Cannot connect to IMAP server $server: " . imap_last_error() . "\n");
H A Dbug80706.phpt21 die("Cannot connect to IMAP server $server: " . imap_last_error() . "\n");

Completed in 62 milliseconds

12345678910>>...39