Home
last modified time | relevance | path

Searched refs:VERSION_3 (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/snmp/tests/
H A Dsnmp-object.phpt98 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
105 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
112 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
120 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
136 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
152 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
H A Dsnmp-object-error.phpt41 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
58 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
H A Dsnmp-object-errno-errstr.phpt44 $session = new SNMP(SNMP::VERSION_3, $hostname, 'somebogususer', $timeout, $retries);
72 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
82 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
H A Dsnmp-object-setSecurity_error.phpt19 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
/PHP-8.2/ext/snmp/
H A Dsnmp.stub.php209 public const VERSION_3 = UNKNOWN; define in SNMP

Completed in 10 milliseconds