Home
last modified time | relevance | path

Searched refs:connect (Results 1 – 25 of 915) sorted by relevance

12345678910>>...37

/PHP-5.5/ext/oci8/tests/
H A Dprivileged_connect.phpt2 privileged connect tests
8 require dirname(__FILE__)."/connect.inc";
18 Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able t…
20 Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able t…
H A Dclose.phpt2 connect/close/connect
8 require dirname(__FILE__).'/connect.inc';
H A Dconnect.inc14 …trigger_error("connect.inc: Failed to connect as '$user' to '$dbase': ". $m['message'], E_USER_ERR…
H A Dpassword.phpt14 require(dirname(__FILE__)."/connect.inc");
19 "grant connect, create session to testuser"
32 // Second connect should return a new resource because the hash string will be different from $c1
37 // Despite using the old password this connect should succeed and return the original resource
67 require(dirname(__FILE__)."/connect.inc");
H A Dpassword_2.phpt14 require(dirname(__FILE__)."/connect.inc");
19 "grant connect, create session to testuser"
31 // Second connect should return a new resource because the hash string will be different from $c1
36 // Despite using the old password this connect should succeed and return the original resource
66 require(dirname(__FILE__)."/connect.inc");
/PHP-5.5/ext/mysqli/tests/
H A Dskipifconnectfailure.inc2 require_once('connect.inc');
4 include_once('connect.inc');
7 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
H A Dbug39457.phpt10 require_once("connect.inc");
13 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
15 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_expire_password.phpt7 require_once('connect.inc');
57 require_once('connect.inc');
62 printf("[001] Cannot connect [%d] %s\n",
73 printf("[003] Cannot connect [%d] %s\n",
80 /* allow connect */
84 printf("[005] Cannot connect [%d] %s\n",
92 /* allow connect, fix pw */
96 printf("[007] Cannot connect [%d] %s\n",
109 printf("[001] Cannot connect [%d] %s\n",
131 [001] Cannot connect [1862] %s
[all …]
H A Dmysqli_get_connection_stats_off.phpt17 // connect and table inc connect to mysql and create tables
18 require_once('connect.inc');
21 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
32 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_pconn_twice.phpt2 Calling connect() on an open persistent connection to create a new persistent connection
16 require_once("connect.inc");
20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
38 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
56 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
60 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
63 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
H A Dmysqli_connect_twice.phpt2 Calling connect() on an open connection to create a new connection
11 require_once("connect.inc");
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
39 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
63 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
67 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
70 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
H A Dbug55582.phpt7 require_once("connect.inc");
11 include "connect.inc";
13 printf("[001] Cannot connect to the server");
H A Dmysqli_get_client_stats_off.phpt23 // connect and table inc connect to mysql and create tables
24 require_once('connect.inc');
H A Dmysqli_pconn_conn_multiple.phpt2 Calling connect() on an open persistent connection to create a new persistent connection
15 require_once("connect.inc");
20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
45 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
69 if (NULL !== ($tmp = $link->connect($phost, $user, $passwd, $db, $port, $socket)))
73 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
76 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
82 …printf("[016] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
107 …printf("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
131 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
[all …]
H A Dbug42548.phpt7 require_once('connect.inc');
9 …die(sprintf('skip Cannot connect to MySQL, [%d] %s.', mysqli_connect_errno(), mysqli_connect_error…
17 require_once('connect.inc');
55 require_once("connect.inc");
/PHP-5.5/ext/mysql/tests/
H A Dskipifconnectfailure.inc2 require_once('connect.inc');
10 die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysql_errno(), mysql_error()));
13 die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysql_errno(), mysql_error()));
H A Dclean_table.inc2 require_once('connect.inc');
4 // connect + select_db
6 …printf("[clean] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, por…
H A Dmysql_pconn_reuse.phpt14 require_once("connect.inc");
26 printf("[001] Can connect to the server.\n");
42 printf("[003] Cannot connect, [%d] %s\n", mysql_errno(), mysql_error());
51 printf("[005] Cannot connect, [%d] %s\n", mysql_errno(), mysql_error());
54 printf("[006] Looks like connect() did not return a new connection.\n");
57 …printf("[007] Can connect although limit has been reached, [%d] %s\n", mysql_errno(), mysql_error(…
65 [001] Can connect to the server.
H A Dmysql_pconn_disable.phpt14 require_once("connect.inc");
18 printf("[001] Can connect to the server.\n");
31 printf("[003] Cannot connect, [%d] %s\n", mysql_errno(), mysql_error());
40 printf("[005] Cannot connect, [%d] %s\n", mysql_errno(), mysql_error());
43 printf("[006] Looks like connect() did not return a new connection.\n");
55 [001] Can connect to the server.
H A Dsetupdefault.inc3 // copy variables from connect.inc into mysql default connection ini settings, so that implicit mys…
4 // must be loaded AFTER connect.inc
H A Dtable.inc2 require_once 'connect.inc';
4 // connect + select_db
6 …printf("Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, so…
H A Dbug47438.phpt10 require_once('connect.inc');
13 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
37 require_once('connect.inc');
40 …printf("[c001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
H A Dmysql_max_persistent.phpt2 mysql_[p]connect() - max_links/max_persistent
32 require_once('connect.inc');
43 printf("[%03d] Cannot connect using host '%s', user '%s', password '****', [%d] %s\n",
80 // connect + select_db
81 require_once("connect.inc");
83 …printf("[c001] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port…
98 [020] Cannot connect using host '%s', user '%s', password '****', [0] 0
/PHP-5.5/ext/standard/tests/file/
H A Dstream_002.phpt24 Warning: stream_socket_client(): unable to connect to (Failed to parse address "") in %s on line %d
29 Warning: stream_socket_client(): unable to connect to [ (Failed to parse address "[") in %s on line…
34 Warning: stream_socket_client(): unable to connect to [ (Failed to parse%saddress "[ ") in %s on l…
39 Warning: stream_socket_client(): unable to connect to . (Failed to parse address ".") in %s on line…
44 Warning: stream_socket_client(): unable to connect to 1 (Failed to parse address "1") in %s on line…
/PHP-5.5/ext/standard/tests/network/
H A Dfsockopen_error.phpt29 echo "\n-- Attempting to connect to a non-existent socket --\n";
38 echo "\n-- Attempting to connect using an invalid protocol --\n";
64 -- Attempting to connect to a non-existent socket --
66 Warning: fsockopen(): unable to connect to tcp://127.0.0.1:31337 (%a) in %s on line %d
70 -- Attempting to connect using an invalid protocol --
72 Warning: fsockopen(): unable to connect to invalid://127.0.0.1:31337 (Unable to find the socket tra…

Completed in 30 milliseconds

12345678910>>...37