diff options
author | Andrea Faulds <ajf@ajf.me> | 2014-12-14 18:20:23 +0000 |
---|---|---|
committer | Andrea Faulds <ajf@ajf.me> | 2014-12-21 13:23:02 +0000 |
commit | e5eb9530ab13a174feee83a81d87bfceee37bd88 (patch) | |
tree | 76ba0f9806f6ad369cacb9c0e9b408fc0a8ba721 /ext/snmp/tests/snmp2_walk.phpt | |
parent | e20cbdbe97cbda010fd386cb35a474aa255cd7f6 (diff) | |
download | php-git-e5eb9530ab13a174feee83a81d87bfceee37bd88.tar.gz |
Use "float" and "integer" in typehint and zpp errors
Diffstat (limited to 'ext/snmp/tests/snmp2_walk.phpt')
-rw-r--r-- | ext/snmp/tests/snmp2_walk.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/snmp/tests/snmp2_walk.phpt b/ext/snmp/tests/snmp2_walk.phpt index 3981676eb1..1d2195688c 100644 --- a/ext/snmp/tests/snmp2_walk.phpt +++ b/ext/snmp/tests/snmp2_walk.phpt @@ -60,10 +60,10 @@ var_dump($return); --EXPECTF-- Checking error handling -Warning: snmp2_walk() expects parameter 4 to be long, %s given in %s on line %d +Warning: snmp2_walk() expects parameter 4 to be integer, %s given in %s on line %d bool(false) -Warning: snmp2_walk() expects parameter 5 to be long, %s given in %s on line %d +Warning: snmp2_walk() expects parameter 5 to be integer, %s given in %s on line %d bool(false) Checking working Single OID |