Home
last modified time | relevance | path

Searched refs:connect (Results 26 – 50 of 915) sorted by relevance

12345678910>>...37

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_out.phpt7 require_once('connect.inc');
9 …die(sprintf('skip Cannot connect to MySQL, [%d] %s.', mysqli_connect_errno(), mysqli_connect_error…
22 require_once('connect.inc');
25 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
68 require_once("connect.inc");
H A D056.phpt10 require_once("connect.inc");
19 $foo->connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug66043.phpt6 require_once("connect.inc");
14 require 'connect.inc';
H A Dclean_table.inc2 require_once('connect.inc');
5 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
H A Dmysqli_options_openbasedir.phpt11 require_once('connect.inc');
14 printf("[001] Cannot connect, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A Dmysqli_options_init_command.phpt13 require_once("connect.inc");
16 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
41 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
66 …printf("[010] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
77 [010] Cannot connect to the server using %s
H A D067.phpt7 require_once("connect.inc");
10 die("skip Cannot connect to check required version");
32 require_once("connect.inc");
69 require_once("connect.inc");
H A Dbug53503.phpt9 die("skip Cannot connect to MySQL");
20 require_once("connect.inc");
50 require_once('connect.inc');
53 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
H A Dmysqli_warning_unclonable.phpt8 require_once('connect.inc');
14 require_once("connect.inc");
17 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dbug28817.phpt10 require_once("connect.inc");
27 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug64726.phpt6 require_once("connect.inc");
14 require 'connect.inc';
H A Dmysqli_real_escape_string_eucjpms.phpt11 require_once('connect.inc');
14 die(sprintf("skip Cannot connect to MySQL, [%d] %s\n",
23 require_once("connect.inc");
27 printf("[001] Cannot connect to the server using host=%s, user=%s,
H A Dmysqli_real_escape_string_euckr.phpt11 require_once('connect.inc');
14 die(sprintf("skip Cannot connect to MySQL, [%d] %s\n",
23 require_once("connect.inc");
26 printf("[001] Cannot connect to the server using host=%s, user=%s,
H A Dmysqli_real_escape_string_gb2312.phpt11 require_once('connect.inc');
14 die(sprintf("skip Cannot connect to MySQL, [%d] %s\n",
24 require_once("connect.inc");
27 printf("[001] Cannot connect to the server using host=%s, user=%s,
H A Dmysqli_real_escape_string_gbk.phpt12 require_once('connect.inc');
15 die(sprintf("skip Cannot connect to MySQL, [%d] %s\n",
26 require_once("connect.inc");
29 printf("[001] Cannot connect to the server using host=%s, user=%s,
H A Dmysqli_auth_pam.phpt7 require_once('connect.inc');
14 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
63 require_once('connect.inc');
67 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
97 [001] Cannot connect to the server using host=%s
/PHP-5.5/sapi/milter/
H A Dmilter.php41 function milter_connect($connect) argument
43 milter_log("milter_connect('$connect')");
/PHP-5.5/ext/mysql/tests/
H A Dmysql_max_links.phpt2 mysql_[p]connect() - max_links/max_persistent
12 require_once('connect.inc');
23 printf("[%03d] Cannot connect using host '%s', user '%s', password '****', [%d] %s\n",
64 [030] Cannot connect using host '%s', user '%s', password '****', [0] 0
71 [060] Cannot connect using host '%s', user '%s', password '****', [0] 0
H A Dbug51242.phpt11 // Specific to this bug: we need to be able to connect via TCP. We'll use
24 require_once('connect.inc');
33 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
/PHP-5.5/ext/imap/tests/
H A Dskipif.inc9 $retries = 0; // dont retry connect on failure
13 die("skip could not connect to mailbox $mailbox");
/PHP-5.5/ext/ldap/tests/
H A Dldap_count_entries_basic.phpt11 require "connect.inc";
21 include "connect.inc";
H A Dldap_free_result_basic.phpt11 require "connect.inc";
21 include "connect.inc";
H A Dldap_sasl_bind_basic.phpt10 require "connect.inc";
18 require "connect.inc";
H A Dldap_first_attribute_basic.phpt11 require "connect.inc";
24 include "connect.inc";
H A Dldap_get_entries_variation.phpt11 require "connect.inc";
26 require "connect.inc";

Completed in 22 milliseconds

12345678910>>...37