Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.4/win32/
H A Dinstall.txt461 in any ActiveScript compliant host, like Windows Script Host,
H A Dsendmail.c212 PHPAPI int TSendMail(char *host, int *error, char **error_message, in TSendMail() argument
225 if (host == NULL) { in TSendMail()
228 } else if (strlen(host) >= HOST_NAME_LEN) { in TSendMail()
232 strcpy(MailHost, host); in TSendMail()
/PHP-5.4/
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.4/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.4/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.4/sapi/litespeed/
H A DREADME17 server's virtual host configuration. In shared hosting environment,
/PHP-5.4/sapi/cli/tests/
H A Dphp_cli_server_017.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
25 Host: {$host}
H A Dphp_cli_server_018.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
25 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 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_013.phpt12 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 Dphp_cli_server_014.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
20 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
27 Host: {$host}
43 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
46 Host: {$host}
H A Dphp_cli_server_015.phpt17 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
28 Host: {$host}
H A Dphp_cli_server_016.phpt22 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
25 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
32 Host: {$host}
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}
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c185 char *host; member
2088 if (server->host) { in php_cli_server_dtor()
2089 pefree(server->host, 1); in php_cli_server_dtor()
2110 char *host = NULL; in php_cli_server_ctor() local
2121 if (!host) { in php_cli_server_ctor()
2124 p = strchr(host, ']'); in php_cli_server_ctor()
2138 if (!host) { in php_cli_server_ctor()
2141 p = strchr(host, ':'); in php_cli_server_ctor()
2172 server->host = host; in php_cli_server_ctor()
2205 if (host) { in php_cli_server_ctor()
[all …]

Completed in 60 milliseconds

12345678910>>...24