Home
last modified time | relevance | path

Searched refs:VERSION_1 (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/snmp/tests/
H A Dsnmp-object-error.phpt20 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 Dbug60749.phpt22 $session = new SNMP(SNMP::VERSION_1, "$hostname:$port", $community, $timeout, $retries);
H A Dsnmp-object-properties-error.phpt13 $session = new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, $retries);
H A Dsnmp-object-properties.phpt23 $session = new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, $retries);
H A Dsnmp-object.phpt22 $session = new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, $retries);
/PHP-8.2/ext/snmp/
H A Dsnmp.stub.php191 public const VERSION_1 = UNKNOWN; define in SNMP
/PHP-8.2/sapi/fpm/tests/
H A Dfcgi.inc39 const VERSION_1 = 1;
306 return chr(self::VERSION_1) /* version */

Completed in 46 milliseconds