/PHP-5.6/ext/curl/tests/ |
H A D | bug54798.phpt | 10 function checkForClosedFilePointer($host, $curl_option, $description) { 26 curl_setopt($ch, CURLOPT_URL, $host); 46 $host = curl_cli_server_start(); 48 checkForClosedFilePointer($host, constant($option), $option);
|
H A D | curl_setopt_basic003.phpt | 12 $host = curl_cli_server_start(); 17 $url = "{$host}/"; 31 curl_setopt($ch, CURLOPT_URL, $host);
|
H A D | curl_writeheader_callback.phpt | 7 Hit the host and determine that the headers are sent to the callback specified for CURLOPT_HEADERFU… 20 $host = curl_cli_server_start(); 25 curl_setopt($ch, CURLOPT_URL, $host);
|
/PHP-5.6/sapi/cli/tests/ |
H A D | php_cli_server_013.phpt | 12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS); 16 $fp = fsockopen($host, $port, $errno, $errstr, 0.5); 24 Host: {$host} 41 $fp = fsockopen($host, $port, $errno, $errstr, 0.5); 48 Host: {$host} 62 $fp = fsockopen($host, $port, $errno, $errstr, 0.5); 69 Host: {$host}
|
H A D | bug66830.phpt | 15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS); 18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5); 25 Host: {$host}
|
H A D | php_cli_server_018.phpt | 15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS); 18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5); 25 Host: {$host}
|
H A D | php_cli_server_006.phpt | 12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS); 15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5); 22 Host: {$host}
|
H A D | bug65066_100.phpt | 14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS); 17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5); 24 Host: {$host}
|
H A D | bug65066_422.phpt | 14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS); 17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5); 24 Host: {$host}
|
H A D | bug65066_511.phpt | 14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS); 17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5); 24 Host: {$host}
|
H A D | bug61679.phpt | 15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS); 18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5); 27 Host: {$host}
|
H A D | php_cli_server_017.phpt | 15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS); 18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5); 25 Host: {$host}
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_unclonable.phpt | 13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 15 $host, $user, $db, $port, $socket);
|
H A D | bug33263.phpt | 15 public function __construct($host, $user, $passwd, $db, $port, $socket) { 17 parent::real_connect($host, $user, $passwd, $db, $port, $socket); 21 $mysql = new test($host, $user, $passwd, $db, $port, $socket);
|
H A D | mysqli_stmt_unclonable.phpt | 13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 15 $host, $user, $db, $port, $socket);
|
H A D | mysqli_result_unclonable.phpt | 13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 15 $host, $user, $db, $port, $socket);
|
H A D | mysqli_auth_pam.phpt | 13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 14 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port… 15 $host, $user, $db, $port, $socket)); 66 if (!$link = my_mysqli_connect($host, 'pamtest', 'pamtest', $db, $port, $socket)) { 67 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 68 $host, $user, $db, $port, $socket); 97 [001] Cannot connect to the server using host=%s
|
H A D | mysqli_connect.phpt | 56 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 57 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 58 $host, $user, $db, $port, $socket); 62 …if ($link = mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $so… 64 $host, $user . 'unknown_really', $db, $port, $socket); 71 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db, $port))) { 82 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db))) { 93 if (!is_object($link = mysqli_connect($host, $user))) { 104 if (!is_object($link = mysqli_connect($host))) { 114 ini_set('mysqli.default_host', $host); [all …]
|
/PHP-5.6/ext/imap/tests/ |
H A D | bug31142_2.phpt | 11 $envelope["from"]= 'host@domain.com'; 12 $envelope["return_path"]= 'host@domain.com'; 25 From: host@domain.com
|
/PHP-5.6/ext/mysql/tests/ |
H A D | bug55473.phpt | 25 $host = sprintf("%s:%s", $host, $socket); 27 $host = sprintf("%s:%s", $host, $port); 29 function connect($host, $user, $passwd) { 30 $conn = mysql_pconnect($host, $user, $passwd); 41 $conn = connect($host, $user, $passwd); 50 $conn = connect($host, $user, $passwd);
|
H A D | mysql_pconnect.phpt | 22 …$myhost = (is_null($socket)) ? ((is_null($port)) ? $host : $host . ':' . $port) : $host . ':' . $s… 24 …printf("[002] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=… 25 $host, $myhost, $user, $db, $port, $socket); 30 …printf("[003] Can connect to the server using host=%s/%s, user=%s, passwd=***non_empty, dbname=%s,… 31 $host, $myhost, $user . 'unknown_really', $db, $port, $socket); 43 if (!is_resource($link = mysql_pconnect($host, $user, $passwd, true))) { 53 if (!is_resource($link = mysql_pconnect($host, $user, $passwd, true))) {
|
H A D | mysql_create_db.phpt | 22 if ($link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) 23 …printf("[003] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po… 24 $host, $user . 'unknown_really', $db, $port, $socket); 46 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) 47 …printf("[c001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s… 48 $host, $user, $db, $port, $socket);
|
H A D | mysql_error.phpt | 24 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) { 25 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 26 $host, $user, $db, $port, $socket); 51 if ($link = @mysql_connect($host . '_unknown', $user . '_unknown', $passwd, true)) { 52 …printf("[008] Can connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, so… 53 $host . '_unknown', $user . '_unknown', $db, $port, $socket);
|
H A D | mysql_connect.phpt | 19 $myhost = (is_null($socket)) ? ((is_null($port)) ? $host : $host . ':' . $port) : $host . ':' . $so… 21 …printf("[002] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=… 22 $host, $myhost, $user, $db, $port, $socket); 27 …printf("[003] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=… 28 $host, $myhost, $user, $db, $port, $socket); 33 …printf("[004] Can connect to the server using host=%s/%s, user=%s, passwd=***non_empty, dbname=%s,… 34 $host, $myhost, $user . 'unknown_really', $db, $port, $socket); 42 if (!is_resource($link = mysql_connect($host, $user, $passwd, true))) { 53 if (!is_resource($link = mysql_connect($host, $user, $passwd, true))) {
|
/PHP-5.6/ext/ldap/tests/ |
H A D | ldap_connect_error.phpt | 16 var_dump(ldap_connect("ldap://$host:$port/$base")); 19 $links[0] = ldap_connect($host, $port); 20 $links[1] = ldap_connect($host, $port);
|