/PHP-7.4/ext/curl/tests/ |
H A D | curl_basic_006.phpt | 17 $host = curl_cli_server_start(); 22 $url = "{$host}/get.inc?test=get";
|
H A D | curl_copy_handle_basic_006.phpt | 12 $host = curl_cli_server_start(); 16 $url = "{$host}/get.inc?test=useragent";
|
H A D | curl_copy_handle_basic_007.phpt | 8 $host = curl_cli_server_start(); 12 $url = "{$host}/get.inc?test=getpost";
|
H A D | curl_multi_getcontent_basic3.phpt | 18 $host = curl_cli_server_start(); 19 curl_setopt($ch1, CURLOPT_URL, "{$host}/get.inc?test=getpost&get_param=Hello%20World");
|
/PHP-7.4/ext/ldap/tests/ |
H A D | ldap_first_reference_basic.phpt | 12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 31 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_parse_reference_basic.phpt | 12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 33 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_rename_basic.phpt | 13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 27 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_search_variation2.phpt | 16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 29 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_sasl_bind_error.phpt | 14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 18 $link = ldap_connect($host, $port); 43 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_add_basic.phpt | 13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 35 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_control_paged_results_variation2.phpt | 14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 30 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_next_attribute_error.phpt | 13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 28 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_parse_result_basic.phpt | 13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 32 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
H A D | ldap_parse_result_controls.phpt | 16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version); 36 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
|
/PHP-7.4/sapi/cli/tests/ |
H A D | php_cli_server_015.phpt | 18 $host = PHP_CLI_SERVER_HOSTNAME; 23 Host: {$host}
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | 037.phpt | 14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket); 38 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
H A D | 038.phpt | 13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket); 38 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
H A D | mysqli_driver.phpt | 48 …if ($link = my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, … 49 …printf("[007] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po… 50 $host, $user . 'unknown_really', $db, $port, $socket); 77 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 84 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
H A D | bug49442.phpt | 9 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) { 28 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) { 76 $host = 'p:' . $host; 77 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
|
H A D | mysqli_fetch_assoc_oo.phpt | 23 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket)) 24 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,… 25 $host, $user, $db, $port, $socket);
|
H A D | 067.phpt | 9 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) 33 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket); 70 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
H A D | bug66124.phpt | 25 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { 26 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke… 27 $host, $user, $db, $port, $socket);
|
H A D | 066.phpt | 13 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket); 36 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | fopen_variation14.phpt | 98 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm… 103 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm… 108 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.… 113 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.… 122 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14… 127 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
|
H A D | fopen_variation15.phpt | 102 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm… 107 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm… 112 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.… 117 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.… 126 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15… 131 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
|