Home
last modified time | relevance | path

Searched refs:exceptions_enabled (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-properties.phpt94 ["exceptions_enabled"]=>
121 ["exceptions_enabled"]=>
148 ["exceptions_enabled"]=>
178 ["exceptions_enabled"]=>
H A Dsnmp-object-error.phpt46 $session->exceptions_enabled = SNMP::ERRNO_ANY;
/PHP-5.5/ext/snmp/
H A Dphp_snmp.h97 int exceptions_enabled; member
H A Dsnmp.c535 if (object && (snmp_object->exceptions_enabled & type)) { in php_snmp_error()
1856 snmp_object->exceptions_enabled = 0; in PHP_METHOD()
2204 PHP_SNMP_LONG_PROPERTY_READER_FUNCTION(exceptions_enabled)
2343 snmp_object->exceptions_enabled = Z_LVAL_P(newval); in php_snmp_write_exceptions_enabled()
2379 PHP_SNMP_PROPERTY_ENTRY_RECORD(exceptions_enabled),

Completed in 14 milliseconds