Home
last modified time | relevance | path

Searched refs:hostname (Results 26 – 50 of 63) sorted by relevance

123

/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object.phpt20 $session = new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, $retries);
28 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
34 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
43 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
52 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
61 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
70 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
110 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
118 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
134 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
[all …]
H A Dsnmp-object-errno-errstr.phpt20 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
27 $session = new SNMP(SNMP::VERSION_2c, $hostname, 'timeout_community_432', $timeout, $retries);
35 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
42 $session = new SNMP(SNMP::VERSION_3, $hostname, 'somebogususer', $timeout, $retries);
52 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
58 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
64 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
70 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
80 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
H A Dskipif.inc8 //snmpget ( string $hostname , string $community ,
11 if (snmpget($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout) === false)
H A Dsnmp-object-error.phpt18 var_dump(new SNMP(SNMP::VERSION_1, $hostname));
23 var_dump(new SNMP(SNMP::VERSION_1, $hostname, $community, ''));
28 var_dump(new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, ''));
33 var_dump(new SNMP(7, $hostname, $community));
39 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
56 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
65 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
H A Dgeneric_timeout_error.phpt17 var_dump(snmpget($hostname, 'timeout_community_432', '.1.3.6.1.2.1.1.1.0', $timeout, $retries));
18 var_dump(snmpget($hostname, 'timeout_community_432', array('.1.3.6.1.2.1.1.1.0'), $timeout, $retrie…
H A Dsnmp-object-properties.phpt21 $session = new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, $retries);
73 ["hostname"]=>
100 ["hostname"]=>
127 ["hostname"]=>
157 ["hostname"]=>
199 ["hostname"]=>
H A Dwrong_hostname.phpt2 Wrong hostname
H A Dbug64159.phpt18 var_dump(("ab8283f948419b2d24d22f44a80b17d3" === md5(snmpget($hostname, $community, '.1.3.6.1.4.1.2…
H A Dbug64124.phpt18 # hostname variable was modified inline in netsnmp_session_init()
/PHP-7.4/ext/standard/tests/file/
H A Dbasename_variation1-win32.phpt23 "hostname:",
177 basename for path hostname:foo is:
178 string(12) "hostname:foo"
179 basename for path hostname:foo/ is:
180 string(12) "hostname:foo"
181 basename for path hostname:foo\ is:
182 string(12) "hostname:foo"
183 basename for path hostname:foo.bar is:
184 string(16) "hostname:foo.bar"
186 string(16) "hostname:foo.bar"
[all …]
/PHP-7.4/azure/
H A Dsetup-slapd.sh10 (hostname && hostname -a && hostname -A && hostname -f) |
15 (hostname -i && hostname -I && echo "127.0.0.1 ::1") |
/PHP-7.4/ext/standard/
H A Ddns.c153 zend_string *hostname; in PHP_FUNCTION() local
159 hostname = php_gethostbyaddr(addr); in PHP_FUNCTION()
161 if (hostname == NULL) { in PHP_FUNCTION()
169 RETVAL_STR(hostname); in PHP_FUNCTION()
213 char *hostname; in PHP_FUNCTION() local
217 Z_PARAM_STRING(hostname, hostname_len) in PHP_FUNCTION()
234 char *hostname; in PHP_FUNCTION() local
241 Z_PARAM_STRING(hostname, hostname_len) in PHP_FUNCTION()
367 char *hostname, *rectype = NULL; in PHP_FUNCTION() local
806 char *hostname; in PHP_FUNCTION() local
[all …]
H A Ddns_win32.c46 char *hostname; in PHP_FUNCTION() local
53 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz|z", &hostname, &hostname_len, &mx_list, &weight_lis… in PHP_FUNCTION()
57 status = DnsQuery_A(hostname, DNS_TYPE_MX, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION()
100 char *hostname, *rectype = NULL; in PHP_FUNCTION() local
107 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s", &hostname, &hostname_len, &rectype, &rectype_len… in PHP_FUNCTION()
135 status = DnsQuery_A(hostname, type, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION()
353 char *hostname; in PHP_FUNCTION() local
361 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
462 status = DnsQuery_A(hostname, type_to_fetch, DNS_QUERY_STANDARD, NULL, &pResult, NULL); in PHP_FUNCTION()
/PHP-7.4/ext/ldap/tests/
H A Dldap_connect_variation.phpt12 // no hostname, no port
28 // bad hostname (connect should work, not bind)
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug32941.phpt24 <ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">steckovic</ns2:hostname>
H A Dbug50675.phpt25 <ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">steckovic</ns2:hostname>
/PHP-7.4/ext/filter/tests/
H A Dbug64441.phpt2 bug 64441, FILTER_VALIDATE_URL will invalidate a hostname that ended by dot
H A Dbug51192.phpt2 bug 51192, FILTER_VALIDATE_URL will invalidate a hostname that includes '-'
/PHP-7.4/ext/standard/tests/network/
H A Dgethostbyname_basic003.phpt5 /* Prototype : string gethostbyname ( string $hostname )
H A Dgethostbynamel_basic1.phpt5 /* Prototype : array gethostbynamel ( string $hostname )
/PHP-7.4/ext/standard/tests/url/
H A Dbug73192.phpt2 Bug #73192: parse_url return wrong hostname
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c283 if (conn->hostname.s) { in MYSQLND_METHOD()
285 conn->hostname.s = NULL; in MYSQLND_METHOD()
554 if (hostname.l == sizeof("localhost") - 1 && !strncasecmp(hostname.s, "localhost", hostname.l)) {
563 if (hostname.l == sizeof(".") - 1 && hostname.s[0] == '.') {
648 if (!hostname.s || !hostname.s[0]) {
649 hostname.s = "localhost";
650 hostname.l = strlen(hostname.s);
720 conn->hostname.s = mnd_pestrndup(hostname.s, hostname.l, conn->persistent);
721 if (!conn->hostname.s) {
725 conn->hostname.l = hostname.l;
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dbug38003.phpt10 private function __construct($hostname, $username, $password, $database) {
/PHP-7.4/build/
H A Dshtool679 hostname=''
682 hostname="`(uname -n) 2>/dev/null |\
684 if [ ".$hostname" = . ]; then
685 hostname="`(hostname) 2>/dev/null |\
687 if [ ".$hostname" = . ]; then
688 hostname='unknown'
691 case $hostname in
693 domainname=".`echo $hostname | cut -d. -f2-`"
694 hostname="`echo $hostname | cut -d. -f1`"
759 -e "s/%h/${hostname}/g" \
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c57 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL, local
83 hostname = username = dbname = passwd = socket = NULL;
86 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s!s!s!l!s!", &hostname, &hostname_len, &username, &…
105 …&hostname, &hostname_len, &username, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &p…
136 if (!hostname || !hostname_len) {
137 hostname = MyG(default_host);
147 if (strlen(SAFE_STR(hostname)) > 2 && !strncasecmp(hostname, "p:", 2)) {
148 hostname += 2;
154 …hash_key = strpprintf(0, "mysqli_%s_%s" ZEND_LONG_FMT "%s%s%s", SAFE_STR(hostname), SAFE_STR(socke…
285 …if (mysql_real_connect(mysql->mysql, hostname, username, passwd, dbname, port, socket, flags) == N…
[all …]

Completed in 42 milliseconds

123