Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 577) sorted by last modified time

12345678910>>...24

/PHP-5.5/win32/
H A Dsendmail.c213 PHPAPI int TSendMail(char *host, int *error, char **error_message, in TSendMail() argument
226 if (host == NULL) { in TSendMail()
229 } else if (strlen(host) >= HOST_NAME_LEN) { in TSendMail()
233 strcpy(MailHost, host); in TSendMail()
H A Dinstall.txt328 in any ActiveScript compliant host, like Windows Script Host,
/PHP-5.5/
H A Dserver-tests.php337 $fullpath = 'http://'.$this->urlparts['host'].':'.$this->urlparts['port'].$fullpath;
343 $headers['Host'] = $this->urlparts['host'];
364 $host = $this->urlparts['host'];
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch411 /* Figure out the host directory. */
623 /* Check that HTTP/1.1 requests specify a host, as required. */
/PHP-5.5/sapi/webjames/
H A DREADME21 --host=arm-riscos-aof \
H A Dwebjames.c143 if (WG(conn)->dnsstatus == DNS_OK) ADD_FIELD("REMOTE_HOST", host); in sapi_webjames_register_variables()
/PHP-5.5/sapi/litespeed/
H A DREADME17 server's virtual host configuration. In shared hosting environment,
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt35 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
39 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
46 Host: {$host}
H A Dbug61679.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
27 Host: {$host}
H A Dbug61977.phpt20 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
22 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
27 Host: {$host}
H A Dbug65066_100.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
24 Host: {$host}
H A Dbug65066_422.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
24 Host: {$host}
H A Dbug65066_511.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
24 Host: {$host}
H A Dbug65633.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug66830.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
25 Host: {$host}
H A Dbug67429.phpt17 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
20 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug68745.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_004.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
24 Host:{$host}
H A Dphp_cli_server_005.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
36 Host: {$host}
H A Dphp_cli_server_006.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
22 Host: {$host}
H A Dphp_cli_server_007.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
22 Host: {$host}
H A Dphp_cli_server_008.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
22 Host: {$host}
34 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
42 Host: {$host}
H A Dphp_cli_server_009.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
25 Host: {$host}
37 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
45 Host: {$host}
57 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
65 Host: {$host}
H A Dphp_cli_server_010.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
22 Host: {$host}
34 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
42 Host: {$host}
H A Dphp_cli_server_012.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
24 Host: {$host}

Completed in 30 milliseconds

12345678910>>...24