Skip to content

Commit ee3e676

Browse files
committed
Fix for tests
1 parent bcb2e23 commit ee3e676

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ext/snmp/tests/snmp-object-properties.phpt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ object(SNMP)#%d (%d) {
9898
bool(false)
9999
["enum_print"]=>
100100
bool(false)
101+
["numeric_index"]=>
102+
bool(false)
101103
["numeric_timeticks"]=>
102104
bool(false)
103105
["extended_index"]=>
@@ -129,6 +131,8 @@ object(SNMP)#%d (%d) {
129131
bool(true)
130132
["enum_print"]=>
131133
bool(true)
134+
["numeric_index"]=>
135+
bool(false)
132136
["numeric_timeticks"]=>
133137
bool(false)
134138
["extended_index"]=>
@@ -160,6 +164,8 @@ object(SNMP)#%d (%d) {
160164
bool(true)
161165
["enum_print"]=>
162166
bool(true)
167+
["numeric_index"]=>
168+
bool(false)
163169
["numeric_timeticks"]=>
164170
bool(false)
165171
["extended_index"]=>
@@ -196,6 +202,8 @@ object(SNMP)#%d (%d) {
196202
bool(true)
197203
["enum_print"]=>
198204
bool(true)
205+
["numeric_index"]=>
206+
bool(false)
199207
["numeric_timeticks"]=>
200208
bool(false)
201209
["extended_index"]=>

0 commit comments

Comments
 (0)