Home
last modified time | relevance | path

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

/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt2 OO API: getErrno & getError methods
22 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 …]
/PHP-5.5/tests/lang/
H A Derror_2_exception_001.phpt14 function getErrno() {
34 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
40 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
/PHP-5.5/tests/classes/
H A Dinterfaces_002.phpt10 public function getErrno();
29 …fore be declared abstract or implement the remaining methods (Throwable::getErrno) in %s on line %d
/PHP-5.5/ext/reflection/tests/
H A Dexception.inc8 function getErrno() {
/PHP-5.5/ext/snmp/
H A Dphp_snmp.h84 PHP_METHOD(SNMP, getErrno);
H A Dsnmp.c1937 PHP_METHOD(snmp, getErrno) in PHP_METHOD() argument
2362 PHP_ME(snmp, getErrno, arginfo_snmp_void, ZEND_ACC_PUBLIC)

Completed in 18 milliseconds