Searched refs:getErrno (Results 1 – 7 of 7) sorted by relevance
2 OO API: getErrno & getError methods22 var_dump($session->getErrno() == SNMP::ERRNO_NOERROR);30 var_dump($session->getErrno() == SNMP::ERRNO_TIMEOUT);37 var_dump($session->getErrno() == SNMP::ERRNO_ERROR_IN_REPLY);45 var_dump($session->getErrno() == SNMP::ERRNO_GENERIC);54 var_dump($session->getErrno() == SNMP::ERRNO_OID_PARSING_ERROR);60 var_dump($session->getErrno() == SNMP::ERRNO_OID_PARSING_ERROR);66 var_dump($session->getErrno() == SNMP::ERRNO_OID_PARSING_ERROR);74 var_dump($session->getErrno() == SNMP::ERRNO_OID_PARSING_ERROR);89 var_dump($session->getErrno() == SNMP::ERRNO_MULTIPLE_SET_QUERIES);[all …]
17 reflection::export(new reflectionmethod('snmp', 'getErrno'));90 Method [ <internal:snmp> public method getErrno ] {
12 function getErrno() {32 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";38 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
8 public function getErrno();26 …eclared abstract or implement the remaining methods (ThrowableInterface::getErrno) in %s on line %d
8 function getErrno() {
82 PHP_METHOD(SNMP, getErrno);
1874 PHP_METHOD(snmp, getErrno) in PHP_METHOD() argument2235 PHP_ME(snmp, getErrno, arginfo_snmp_void, ZEND_ACC_PUBLIC)
Completed in 18 milliseconds