Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.4/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_005.phpt2 Calling PDO::connect through the wrong classname
10 Pdo\Pgsql::connect('sqlite::memory:');
17 Pdo\Pgsql::connect() cannot be called when connecting to the "sqlite" driver, either Pdo\Sqlite::co…
H A Dpdosqlite_007.phpt2 Calling PDO::connect through the wrong classname
11 MyPDO::connect('sqlite::memory:');
18 MyPDO::connect() cannot be called when connecting to the "sqlite" driver, either Pdo\Sqlite::connec…
H A Dpdosqlite_006.phpt2 Calling PDO::connect through the wrong classname
10 $db = MyPdoSqlite::connect('sqlite::memory:');
/PHP-8.4/ext/standard/tests/network/
H A Dfsockopen_error.phpt7 echo "\n-- Attempting to connect to a non-existent socket --\n";
16 echo "\n-- Attempting to connect using an invalid protocol --\n";
30 -- Attempting to connect to a non-existent socket --
32 Warning: fsockopen(): Unable to connect to tcp://127.0.0.1:31337 (%a) in %s on line %d
36 -- Attempting to connect using an invalid protocol --
38 Warning: fsockopen(): Unable to connect to invalid://127.0.0.1:31337 (Unable to find the socket tra…
/PHP-8.4/ext/mysqli/tests/
H A Dbug39457.phpt11 require_once 'connect.inc';
14 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
16 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_get_connection_stats_off.phpt14 // connect and table inc connect to mysql and create tables
15 require_once 'connect.inc';
18 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
29 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_expire_password.phpt7 require_once 'connect.inc';
61 require_once 'connect.inc';
66 printf("[001] Cannot connect [%d] %s\n",
77 printf("[003] Cannot connect [%d] %s\n",
84 /* allow connect */
88 printf("[005] Cannot connect [%d] %s\n",
96 /* allow connect, fix pw */
100 printf("[007] Cannot connect [%d] %s\n",
115 printf("[001] Cannot connect [%d] %s\n",
136 [001] Cannot connect [%d] %s
[all …]
H A Dmysqli_change_user_new.phpt7 require_once 'connect.inc';
10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
21 require_once 'connect.inc';
24 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dskipifconnectfailure.inc2 require_once 'connect.inc';
5 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
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,…
53 if (true !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
57 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
60 if (true !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
H A Dmysqli_get_client_stats_off.phpt20 // connect and table inc connect to mysql and create tables
21 require_once 'connect.inc';
H A Dmysqli_mysqlnd_read_timeout_zero.phpt7 require_once 'connect.inc';
10 …die(sprintf('skip Cannot connect to MySQL, [%d] %s.', mysqli_connect_errno(), mysqli_connect_error…
22 require_once 'connect.inc';
H A Dmysqli_local_infile_directory_access_denied.phpt7 require_once 'connect.inc';
10 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
25 require_once 'connect.inc';
51 require_once 'connect.inc';
54 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
H A Dmysqli_mysqlnd_read_timeout_long.phpt8 require_once 'connect.inc';
11 …die(sprintf('skip Cannot connect to MySQL, [%d] %s.', mysqli_connect_errno(), mysqli_connect_error…
24 require_once 'connect.inc';
H A Dbug53503.phpt7 require_once 'connect.inc';
10 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
23 require_once 'connect.inc';
53 require_once 'connect.inc';
56 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
H A Dmysqli_allow_local_infile_overrides_local_infile_directory.phpt7 require_once 'connect.inc';
10 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
25 require_once 'connect.inc';
62 require_once 'connect.inc';
65 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
H A Dmysqli_local_infile_directory_vs_open_basedir.phpt7 require_once 'connect.inc';
10 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
25 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 Dbug81335.phpt10 require_once 'connect.inc';
11 …$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) die("skip cannot connect");
19 require_once 'connect.inc';
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 Dbug77956.phpt7 require_once 'connect.inc';
11 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
24 require_once 'connect.inc';
48 require_once 'connect.inc';
50 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
H A D056.phpt11 require_once 'connect.inc';
20 $foo->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,…
61 if (true !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
65 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
68 if (true !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
/PHP-8.4/ext/standard/tests/file/
H A Dstream_002.phpt22 Warning: stream_socket_client(): Unable to connect to (Failed to parse address "") in %s on line %d
27 Warning: stream_socket_client(): Unable to connect to [ (Failed to parse address "[") in %s on line…
32 Warning: stream_socket_client(): Unable to connect to [ (Failed to parse%saddress "[ ") in %s on l…
37 Warning: stream_socket_client(): Unable to connect to . (Failed to parse address ".") in %s on line…
42 Warning: stream_socket_client(): Unable to connect to 1 (Failed to parse address "1") in %s on line…
/PHP-8.4/ext/ldap/tests/
H A Dldap_sasl_bind_basic.phpt11 require "connect.inc";
19 require "connect.inc";
31 include "connect.inc";
/PHP-8.4/ext/pdo_mysql/tests/
H A Dpdomysql_002.phpt2 PDO_mysql connect through PDO::connect
15 $db = Pdo::connect(PDO_MYSQL_TEST_DSN, PDO_MYSQL_TEST_USER, PDO_MYSQL_TEST_PASS);

Completed in 41 milliseconds

12345678910>>...21