summaryrefslogtreecommitdiff
path: root/ext/snmp/tests/snmp3-error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/snmp/tests/snmp3-error.phpt')
-rw-r--r--ext/snmp/tests/snmp3-error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/snmp/tests/snmp3-error.phpt b/ext/snmp/tests/snmp3-error.phpt
index 3c0c499221..2239f9fddc 100644
--- a/ext/snmp/tests/snmp3-error.phpt
+++ b/ext/snmp/tests/snmp3-error.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
SNMPv3 Support (errors)
--CREDITS--
Boris Lytochkin
@@ -12,8 +12,8 @@ require_once(dirname(__FILE__).'/snmp_include.inc');
echo "Checking error handling\n";
-//int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
-// string auth_passphrase, string priv_protocol, string priv_passphrase,
+//int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol,
+// string auth_passphrase, string priv_protocol, string priv_passphrase,
// string object_id [, int timeout [, int retries]]);
var_dump(snmp3_get($hostname, $community, '', '', '', '', ''));