Skip to content

Commit f82b399

Browse files
committed
Add missing properties to snmp.stub.php
1 parent 697835e commit f82b399

2 files changed

Lines changed: 41 additions & 20 deletions

File tree

ext/snmp/snmp.stub.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,14 +291,17 @@ class SNMP
291291
/** @readonly */
292292
public array $info;
293293
public ?int $max_oids;
294-
public int $valueretrieval;
294+
public bool $oid_increasing_check;
295295
public bool $quick_print;
296296
public bool $enum_print;
297297
public bool $numeric_timeticks;
298298
public bool $extended_index;
299-
public bool $dontprint_units;
299+
public bool $dont_print_units;
300+
public bool $escape_quotes;
301+
public bool $print_hex_text;
302+
public int $valueretrieval;
303+
public int $string_output_format;
300304
public int $oid_output_format;
301-
public bool $oid_increasing_check;
302305
public int $exceptions_enabled;
303306

304307
public function __construct(int $version, string $hostname, string $community, int $timeout = -1, int $retries = -1) {}

ext/snmp/snmp_arginfo.h

Lines changed: 35 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)