diff options
Diffstat (limited to 'ext/snmp/tests/snmp-object-error.phpt')
| -rw-r--r-- | ext/snmp/tests/snmp-object-error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/snmp/tests/snmp-object-error.phpt b/ext/snmp/tests/snmp-object-error.phpt index c7adf8f25c..20901ce702 100644 --- a/ext/snmp/tests/snmp-object-error.phpt +++ b/ext/snmp/tests/snmp-object-error.phpt @@ -70,8 +70,8 @@ var_dump($session->max_oids); ?> --EXPECTF-- SNMP::__construct() expects at least 3 parameters, 2 given -SNMP::__construct() expects argument #4 to be of type int, string given -SNMP::__construct() expects argument #5 to be of type int, string given +SNMP::__construct(): Argument #4 must be of type int, string given +SNMP::__construct(): Argument #5 must be of type int, string given Unknown SNMP protocol version Exception handling |
