Home
last modified time | relevance | path

Searched refs:getErrno (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt2 OO API: getErrno & getError methods
24 var_dump($session->getErrno() == SNMP::ERRNO_NOERROR);
32 var_dump($session->getErrno() == SNMP::ERRNO_TIMEOUT);
39 var_dump($session->getErrno() == SNMP::ERRNO_ERROR_IN_REPLY);
47 var_dump($session->getErrno() == SNMP::ERRNO_GENERIC);
56 var_dump($session->getErrno() == SNMP::ERRNO_OID_PARSING_ERROR);
62 var_dump($session->getErrno() == SNMP::ERRNO_OID_PARSING_ERROR);
68 var_dump($session->getErrno() == SNMP::ERRNO_OID_PARSING_ERROR);
76 var_dump($session->getErrno() == SNMP::ERRNO_OID_PARSING_ERROR);
91 var_dump($session->getErrno() == SNMP::ERRNO_MULTIPLE_SET_QUERIES);
[all …]
/PHP-8.1/tests/lang/
H A Derror_2_exception_001.phpt12 function getErrno() {
32 …echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
38 …echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
/PHP-8.1/tests/classes/
H A Dinterfaces_002.phpt8 public function getErrno();
26 …eclared abstract or implement the remaining methods (ThrowableInterface::getErrno) in %s on line %d
/PHP-8.1/ext/snmp/
H A Dsnmp_arginfo.h196 ZEND_METHOD(SNMP, getErrno);
237 ZEND_ME(SNMP, getErrno, arginfo_class_SNMP_getErrno, ZEND_ACC_PUBLIC)
H A Dsnmp.stub.php112 public function getErrno(): int {} function in SNMP
H A Dsnmp.c1639 PHP_METHOD(SNMP, getErrno) in PHP_METHOD() argument

Completed in 23 milliseconds