Searched refs:VERSION_1 (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/snmp/tests/ |
H A D | snmp-object-error.phpt | 20 var_dump(new SNMP(SNMP::VERSION_1, $hostname)); 25 var_dump(new SNMP(SNMP::VERSION_1, $hostname, $community, '')); 30 var_dump(new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, ''));
|
H A D | bug60749.phpt | 22 $session = new SNMP(SNMP::VERSION_1, "$hostname:$port", $community, $timeout, $retries);
|
H A D | snmp-object-properties-error.phpt | 13 $session = new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, $retries);
|
H A D | snmp-object-properties.phpt | 23 $session = new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, $retries);
|
H A D | snmp-object.phpt | 22 $session = new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, $retries);
|
/PHP-8.2/ext/snmp/ |
H A D | snmp.stub.php | 191 public const VERSION_1 = UNKNOWN; define in SNMP
|
/PHP-8.2/sapi/fpm/tests/ |
H A D | fcgi.inc | 39 const VERSION_1 = 1; 306 return chr(self::VERSION_1) /* version */
|
Completed in 17 milliseconds