Searched refs:VERSION_3 (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/snmp/tests/ |
H A D | snmp-object.phpt | 98 $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 D | snmp-object-error.phpt | 41 $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 D | snmp-object-errno-errstr.phpt | 44 $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 D | snmp-object-setSecurity_error.phpt | 19 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
|
/PHP-8.2/ext/snmp/ |
H A D | snmp.stub.php | 209 public const VERSION_3 = UNKNOWN; define in SNMP
|
Completed in 12 milliseconds