/PHP-8.0/ext/oci8/tests/ |
H A D | privileged_connect.phpt | 2 privileged connect tests 8 require __DIR__."/connect.inc"; 17 Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able t… 19 Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able t…
|
H A D | close.phpt | 2 connect/close/connect 8 require __DIR__.'/connect.inc';
|
H A D | connect.inc | 14 …trigger_error("connect.inc: Failed to connect as '$user' to '$dbase': ". $m['message'], E_USER_ERR…
|
H A D | password.phpt | 14 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 D | password_2.phpt | 14 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-8.0/ext/mysqli/tests/ |
H A D | skipifconnectfailure.inc | 2 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 D | bug39457.phpt | 10 require_once("connect.inc"); 13 $mysql->connect($host, $user, $passwd, $db, $port, $socket); 15 $mysql->connect($host, $user, $passwd, $db, $port, $socket);
|
H A D | bug72701.phpt | 7 require_once("connect.inc"); 17 require_once("connect.inc"); 22 echo "Failed to connect to MySQL: " . mysqli_connect_error();
|
H A D | mysqli_get_connection_stats_off.phpt | 16 // connect and table inc connect to mysql and create tables 17 require_once('connect.inc'); 20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 31 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
|
H A D | mysqli_pconn_twice.phpt | 2 Calling connect() on an open persistent connection to create a new persistent connection 15 require_once("connect.inc"); 19 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 37 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 55 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket))) 59 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 62 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
|
H A D | mysqli_expire_password.phpt | 6 require_once('connect.inc'); 64 require_once('connect.inc'); 69 printf("[001] Cannot connect [%d] %s\n", 80 printf("[003] Cannot connect [%d] %s\n", 87 /* allow connect */ 91 printf("[005] Cannot connect [%d] %s\n", 99 /* allow connect, fix pw */ 103 printf("[007] Cannot connect [%d] %s\n", 118 printf("[001] Cannot connect [%d] %s\n", 139 [001] Cannot connect [%d] %s [all …]
|
H A D | bug55582.phpt | 7 require_once("connect.inc"); 11 include "connect.inc"; 13 printf("[001] Cannot connect to the server");
|
H A D | mysqli_get_client_stats_off.phpt | 22 // connect and table inc connect to mysql and create tables 23 require_once('connect.inc');
|
H A D | mysqli_connect_twice.phpt | 2 Calling connect() on an open connection to create a new connection 10 require_once("connect.inc"); 13 …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,… 62 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket))) 66 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 69 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
|
H A D | 056.phpt | 10 require_once("connect.inc"); 19 $foo->connect($host, $user, $passwd, $db, $port, $socket);
|
H A D | mysqli_pconn_conn_multiple.phpt | 2 Calling connect() on an open persistent connection to create a new persistent connection 14 require_once("connect.inc"); 19 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 44 …printf("[007] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 68 if (NULL !== ($tmp = $link->connect($phost, $user, $passwd, $db, $port, $socket))) 72 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 75 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket))) 81 …printf("[016] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 106 …printf("[022] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 130 if (NULL !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket))) [all …]
|
H A D | bug42548.phpt | 7 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 D | clean_table.inc | 2 require_once('connect.inc'); 5 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
|
/PHP-8.0/ext/standard/tests/network/ |
H A D | fsockopen_error.phpt | 7 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.0/ext/standard/tests/file/ |
H A D | stream_002.phpt | 22 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.0/ext/ldap/tests/ |
H A D | ldap_sasl_bind_basic.phpt | 10 require "connect.inc"; 18 require "connect.inc"; 30 include "connect.inc";
|
H A D | ldap_option_reqcert_basic.phpt | 2 ldap_option_reqcert_basic() - Basic test to check if PHP can connect to a LDAP server with an inval… 12 require "connect.inc";
|
H A D | ldap_free_result_basic.phpt | 11 require "connect.inc"; 20 include "connect.inc";
|
H A D | ldap_option_reqcert_error.phpt | 2 ldap_option_reqcert_error() - A test to check if ldap can't connect to a LDAP server with a invalid… 12 require "connect.inc";
|
/PHP-8.0/ext/imap/tests/setup/ |
H A D | skipif.inc | 7 $retries = 0; // don't retry connect on failure 11 die("skip could not connect to mailbox " . IMAP_SERVER);
|