Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.4/ext/oci8/tests/
H A Dprivileged_connect.phpt2 privileged connect tests
8 require __DIR__."/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 __DIR__.'/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(__DIR__."/connect.inc");
19 "grant connect, create session to testuser_pw"
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(__DIR__."/connect.inc");
H A Dpassword_2.phpt14 require(__DIR__."/connect.inc");
19 "grant connect, create session to testuser_pw2"
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(__DIR__."/connect.inc");
/PHP-7.4/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 Dbug72701.phpt7 require_once("connect.inc");
17 require_once("connect.inc");
22 echo "Failed to connect to MySQL: " . mysqli_connect_error();
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_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 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_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 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 D056.phpt10 require_once("connect.inc");
19 $foo->connect($host, $user, $passwd, $db, $port, $socket);
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");
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_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");
/PHP-7.4/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-7.4/ext/ldap/tests/
H A Dldap_sasl_bind_basic.phpt10 require "connect.inc";
18 require "connect.inc";
31 include "connect.inc";
H A Dldap_exop_whoami.phpt10 require "connect.inc";
23 require "connect.inc";
H A Dldap_free_result_basic.phpt11 require "connect.inc";
21 include "connect.inc";
/PHP-7.4/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…
/PHP-7.4/ext/imap/tests/
H A Dskipif.inc9 $retries = 0; // don't retry connect on failure
13 die("skip could not connect to mailbox $mailbox");

Completed in 23 milliseconds

12345678910>>...39