diff options
Diffstat (limited to 'ext/snmp')
-rw-r--r-- | ext/snmp/tests/bug72479.phpt | 2 | ||||
-rw-r--r-- | ext/snmp/tests/generic_timeout_error.phpt | 1 | ||||
-rw-r--r-- | ext/snmp/tests/ipv6.phpt | 2 | ||||
-rw-r--r-- | ext/snmp/tests/snmp-object-setSecurity_error.phpt | 1 | ||||
-rw-r--r-- | ext/snmp/tests/snmp_get_quick_print.phpt | 1 |
5 files changed, 2 insertions, 5 deletions
diff --git a/ext/snmp/tests/bug72479.phpt b/ext/snmp/tests/bug72479.phpt index c4bb621e66..c941ca73ae 100644 --- a/ext/snmp/tests/bug72479.phpt +++ b/ext/snmp/tests/bug72479.phpt @@ -32,4 +32,4 @@ function ptr2str($ptr) } ?> --EXPECT-- -int(1)
\ No newline at end of file +int(1) diff --git a/ext/snmp/tests/generic_timeout_error.phpt b/ext/snmp/tests/generic_timeout_error.phpt index adcc3a7299..98966c4f42 100644 --- a/ext/snmp/tests/generic_timeout_error.phpt +++ b/ext/snmp/tests/generic_timeout_error.phpt @@ -24,4 +24,3 @@ bool(false) Warning: snmpget(): No response from %s in %s on line %d bool(false) - diff --git a/ext/snmp/tests/ipv6.phpt b/ext/snmp/tests/ipv6.phpt index 1cda76565c..9cf83e00bd 100644 --- a/ext/snmp/tests/ipv6.phpt +++ b/ext/snmp/tests/ipv6.phpt @@ -26,4 +26,4 @@ var_dump(snmpget('[dead:beef::', $community, '.1.3.6.1.2.1.1.1.0')); string(%d) "%s" Warning: snmpget(): malformed IPv6 address, closing square bracket missing in %s on line %d -bool(false)
\ No newline at end of file +bool(false) diff --git a/ext/snmp/tests/snmp-object-setSecurity_error.phpt b/ext/snmp/tests/snmp-object-setSecurity_error.phpt index 3fd14f2a5c..94a3f77205 100644 --- a/ext/snmp/tests/snmp-object-setSecurity_error.phpt +++ b/ext/snmp/tests/snmp-object-setSecurity_error.phpt @@ -33,7 +33,6 @@ var_dump($session->close()); ?> --EXPECTF-- - Warning: SNMP::setSecurity() expects at least 1 parameter, 0 given in %s on line %d bool(false) diff --git a/ext/snmp/tests/snmp_get_quick_print.phpt b/ext/snmp/tests/snmp_get_quick_print.phpt index bc842aba4f..81d10cf055 100644 --- a/ext/snmp/tests/snmp_get_quick_print.phpt +++ b/ext/snmp/tests/snmp_get_quick_print.phpt @@ -38,4 +38,3 @@ Checking working bool(%s) bool(false) bool(true) - |