/PHP-5.5/ext/oci8/tests/ |
H A D | privileged_connect.phpt | 2 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 D | close.phpt | 2 connect/close/connect 8 require dirname(__FILE__).'/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(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 D | password_2.phpt | 14 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 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 | mysqli_expire_password.phpt | 7 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 D | mysqli_get_connection_stats_off.phpt | 17 // 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 D | mysqli_pconn_twice.phpt | 2 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 D | mysqli_connect_twice.phpt | 2 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 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 | 23 // connect and table inc connect to mysql and create tables 24 require_once('connect.inc');
|
H A D | mysqli_pconn_conn_multiple.phpt | 2 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 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");
|
/PHP-5.5/ext/mysql/tests/ |
H A D | skipifconnectfailure.inc | 2 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 D | clean_table.inc | 2 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 D | mysql_pconn_reuse.phpt | 14 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 D | mysql_pconn_disable.phpt | 14 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 D | setupdefault.inc | 3 // copy variables from connect.inc into mysql default connection ini settings, so that implicit mys… 4 // must be loaded AFTER connect.inc
|
H A D | table.inc | 2 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 D | bug47438.phpt | 10 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 D | mysql_max_persistent.phpt | 2 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 D | stream_002.phpt | 24 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 D | fsockopen_error.phpt | 29 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…
|