Home
last modified time | relevance | path

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

/php-src/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt2 OO API: getErrno & getError methods
25 var_dump($session->getErrno() == SNMP::ERRNO_NOERROR);
33 var_dump($session->getErrno() == SNMP::ERRNO_TIMEOUT);
40 var_dump($session->getErrno() == SNMP::ERRNO_ERROR_IN_REPLY);
48 var_dump($session->getErrno() == SNMP::ERRNO_GENERIC);
57 var_dump($session->getErrno() == SNMP::ERRNO_OID_PARSING_ERROR);
63 var_dump($session->getErrno() == SNMP::ERRNO_OID_PARSING_ERROR);
69 var_dump($session->getErrno() == SNMP::ERRNO_OID_PARSING_ERROR);
77 var_dump($session->getErrno() == SNMP::ERRNO_OID_PARSING_ERROR);
92 var_dump($session->getErrno() == SNMP::ERRNO_MULTIPLE_SET_QUERIES);
[all …]
/php-src/tests/lang/
H A Derror_2_exception_001.phpt9 function getErrno() {
29 …echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
35 …echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
/php-src/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-src/ext/snmp/
H A Dsnmp.stub.php246 public function getErrno(): int {} function in SNMP
H A Dsnmp_arginfo.h195 ZEND_METHOD(SNMP, getErrno);
234 ZEND_ME(SNMP, getErrno, arginfo_class_SNMP_getErrno, ZEND_ACC_PUBLIC)
H A Dsnmp.c1632 PHP_METHOD(SNMP, getErrno) in PHP_METHOD() argument

Completed in 35 milliseconds