Home
last modified time | relevance | path

Searched refs:host (Results 526 – 550 of 598) sorted by relevance

1...<<21222324

/PHP-5.6/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt91 --> http://user:@pass@host/path?argument?value#etc : string(4) "host"
H A Dparse_url_variation_002_64bit.phpt94 ["host"]=>
H A Durls.inc71 'http://user:@pass@host/path?argument?value#etc',
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
106 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_fetch_array_oo.phpt17 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
18 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
19 $host, $user, $db, $port, $socket);
H A Dmysqli_change_user_locks_temporary.phpt15 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_class_mysqli_properties_no_conn.phpt131 $mysqli = @new mysqli($host, $user, $passwd . "invalid", $db, $port, $socket);
135 $mysqli = @new mysqli($host, $user, $passwd . "invalid", $db, $port, $socket);
H A Dmysqli_fetch_all_oo.phpt21 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
22 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
23 $host, $user, $db, $port, $socket);
H A Dmysqli_real_query.phpt95 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_fetch_all.phpt302 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
303 …printf("[016] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
304 $host, $user, $db, $port, $socket);
H A Dmysqli_change_user_get_lock.phpt73 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_stmt_fetch_geom.phpt15 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_stmt_get_result_geom.phpt18 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt10 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_reconnect.phpt18 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug42378.phpt155 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_class_mysqli_stmt_interface.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
/PHP-5.6/main/
H A Dphp_ini.c865 PHPAPI void php_ini_activate_per_host_config(const char *host, uint host_len TSRMLS_DC) argument
869 if (has_per_host_config && host && host_len) {
871 if (zend_hash_find(&configuration_hash, host, host_len, (void **) &tmp) == SUCCESS) {
/PHP-5.6/ext/ldap/
H A Dldap.c323 char *host = NULL; in PHP_FUNCTION() local
340 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|slssl", &host, &hostlen, &port, &wallet, &w… in PHP_FUNCTION()
348 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sl", &host, &hostlen, &port) != SUCCESS) { in PHP_FUNCTION()
365 char *url = host; in PHP_FUNCTION()
376 if (host && (strchr(host, ':') != NULL)) { in PHP_FUNCTION()
378 snprintf( url, urllen, "ldap://%s", host ); in PHP_FUNCTION()
380 snprintf( url, urllen, "ldap://%s:%ld", host ? host : "", port ); in PHP_FUNCTION()
392 ldap = ldap_init(host, port); in PHP_FUNCTION()
399 if (url != host) { in PHP_FUNCTION()
/PHP-5.6/ext/snmp/tests/
H A Dsnmp3-error.phpt15 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
H A Dsnmp3.phpt13 //int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
/PHP-5.6/sapi/fpm/tests/
H A Dfcgi.inc132 * @param String $host Host of the FastCGI application
135 public function __construct($host, $port)
137 $this->_host = $host;
/PHP-5.6/sapi/webjames/
H A Dwebjames.c143 if (WG(conn)->dnsstatus == DNS_OK) ADD_FIELD("REMOTE_HOST", host); in sapi_webjames_register_variables()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_structs.h424 …(*func_mysqlnd_conn_data__connect)(MYSQLND_CONN_DATA * conn, const char * host, const char * user,…
506 …onn_data__connect_handshake)(MYSQLND_CONN_DATA * conn, const char * const host, const char * const…
614 typedef enum_func_status (*func_mysqlnd_data__connect)(MYSQLND * conn, const char * host, const cha…
913 char *host; member
/PHP-5.6/ext/openssl/
H A Dxp_ssl.c2358 if (url->host) { in get_url_name()
2359 const char * host = url->host; in get_url_name() local
2361 size_t len = strlen(host); in get_url_name()
2364 while (len && host[len-1] == '.') { in get_url_name()
2369 url_name = pestrndup(host, len, is_persistent); in get_url_name()

Completed in 72 milliseconds

1...<<21222324