--TEST-- Function snmp2_set (without MIBs loading) --CREDITS-- Boris Lytockin --SKIPIF-- --ENV-- return << --EXPECTF-- Check error handing Nonexisting OID Warning: snmp2_set(): Error in packet at '%s': notWritable (That object does not support modification) in %s on line %d bool(false) Bogus OID Warning: snmp2_set(): Invalid object identifier: %s in %s on line %d bool(false) Checking working Single OID bool(true) bool(true) bool(true) bool(true)