summaryrefslogtreecommitdiff
path: root/ext/snmp/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ext/snmp/tests')
-rw-r--r--ext/snmp/tests/bug60749.phpt2
-rw-r--r--ext/snmp/tests/bug64124.phpt2
-rw-r--r--ext/snmp/tests/bug64159.phpt2
-rw-r--r--ext/snmp/tests/bug72479.phpt2
-rw-r--r--ext/snmp/tests/generic_timeout_error.phpt2
-rw-r--r--ext/snmp/tests/ipv6.phpt2
-rw-r--r--ext/snmp/tests/snmp-object-errno-errstr.phpt2
-rw-r--r--ext/snmp/tests/snmp-object-error.phpt2
-rw-r--r--ext/snmp/tests/snmp-object-properties.phpt2
-rw-r--r--ext/snmp/tests/snmp-object-setSecurity_error.phpt2
-rw-r--r--ext/snmp/tests/snmp-object.phpt2
-rw-r--r--ext/snmp/tests/snmp2_get.phpt2
-rw-r--r--ext/snmp/tests/snmp2_getnext.phpt2
-rw-r--r--ext/snmp/tests/snmp2_real_walk.phpt2
-rw-r--r--ext/snmp/tests/snmp2_set-nomib.phpt2
-rw-r--r--ext/snmp/tests/snmp2_set.phpt2
-rw-r--r--ext/snmp/tests/snmp2_walk.phpt2
-rw-r--r--ext/snmp/tests/snmp3-error.phpt6
-rw-r--r--ext/snmp/tests/snmp3.phpt6
-rw-r--r--ext/snmp/tests/snmp_get_quick_print.phpt2
-rw-r--r--ext/snmp/tests/snmp_get_valueretrieval.phpt2
-rw-r--r--ext/snmp/tests/snmp_getvalue.phpt2
-rw-r--r--ext/snmp/tests/snmp_read_mib.phpt2
-rw-r--r--ext/snmp/tests/snmp_set_enum_print.phpt2
-rw-r--r--ext/snmp/tests/snmp_set_oid_output_format.phpt2
-rw-r--r--ext/snmp/tests/snmpget.phpt2
-rw-r--r--ext/snmp/tests/snmpgetnext.phpt2
-rw-r--r--ext/snmp/tests/snmprealwalk.phpt2
-rw-r--r--ext/snmp/tests/snmpset-nomib.phpt2
-rw-r--r--ext/snmp/tests/snmpset.phpt2
-rw-r--r--ext/snmp/tests/snmpwalk.phpt2
-rw-r--r--ext/snmp/tests/wrong_hostname.phpt2
32 files changed, 36 insertions, 36 deletions
diff --git a/ext/snmp/tests/bug60749.phpt b/ext/snmp/tests/bug60749.phpt
index 302f351c10..3a9ae34b8b 100644
--- a/ext/snmp/tests/bug60749.phpt
+++ b/ext/snmp/tests/bug60749.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Bug #60749: SNMP module should not strip non-standard SNMP port from hostname
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/bug64124.phpt b/ext/snmp/tests/bug64124.phpt
index 454b06dcf1..78c02f1fcd 100644
--- a/ext/snmp/tests/bug64124.phpt
+++ b/ext/snmp/tests/bug64124.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Bug #64124 IPv6 malformed
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/bug64159.phpt b/ext/snmp/tests/bug64159.phpt
index 52e53c957f..0eee4e3295 100644
--- a/ext/snmp/tests/bug64159.phpt
+++ b/ext/snmp/tests/bug64159.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Bug #64159: Truncated snmpget
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/bug72479.phpt b/ext/snmp/tests/bug72479.phpt
index 0308754360..c4bb621e66 100644
--- a/ext/snmp/tests/bug72479.phpt
+++ b/ext/snmp/tests/bug72479.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Bug #72479: Use After Free Vulnerability in SNMP with GC and unserialize()
--SKIPIF--
<?php
diff --git a/ext/snmp/tests/generic_timeout_error.phpt b/ext/snmp/tests/generic_timeout_error.phpt
index c333a0d20b..adcc3a7299 100644
--- a/ext/snmp/tests/generic_timeout_error.phpt
+++ b/ext/snmp/tests/generic_timeout_error.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Generic timeout (wrong community)
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/ipv6.phpt b/ext/snmp/tests/ipv6.phpt
index f5239e1178..55d676f6f4 100644
--- a/ext/snmp/tests/ipv6.phpt
+++ b/ext/snmp/tests/ipv6.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
IPv6 support
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/snmp-object-errno-errstr.phpt b/ext/snmp/tests/snmp-object-errno-errstr.phpt
index b6047af857..0ab78b61e1 100644
--- a/ext/snmp/tests/snmp-object-errno-errstr.phpt
+++ b/ext/snmp/tests/snmp-object-errno-errstr.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
OO API: getErrno & getError methods
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/snmp-object-error.phpt b/ext/snmp/tests/snmp-object-error.phpt
index 2b81629d7e..3b1ff5549f 100644
--- a/ext/snmp/tests/snmp-object-error.phpt
+++ b/ext/snmp/tests/snmp-object-error.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
OO API: Generic errors
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/snmp-object-properties.phpt b/ext/snmp/tests/snmp-object-properties.phpt
index 40b69683df..4f8bb24b08 100644
--- a/ext/snmp/tests/snmp-object-properties.phpt
+++ b/ext/snmp/tests/snmp-object-properties.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
OO API: SNMP object properties
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/snmp-object-setSecurity_error.phpt b/ext/snmp/tests/snmp-object-setSecurity_error.phpt
index fc3a1b2269..3fd14f2a5c 100644
--- a/ext/snmp/tests/snmp-object-setSecurity_error.phpt
+++ b/ext/snmp/tests/snmp-object-setSecurity_error.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
OO API: SNMP::setSecurity (errors)
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/snmp-object.phpt b/ext/snmp/tests/snmp-object.phpt
index 40567dae9d..df1c8dce0c 100644
--- a/ext/snmp/tests/snmp-object.phpt
+++ b/ext/snmp/tests/snmp-object.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
OO API
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/snmp2_get.phpt b/ext/snmp/tests/snmp2_get.phpt
index e50f9aff03..655644fa50 100644
--- a/ext/snmp/tests/snmp2_get.phpt
+++ b/ext/snmp/tests/snmp2_get.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmp2_get
--CREDITS--
Olivier Doucet & Boris Lytochkin
diff --git a/ext/snmp/tests/snmp2_getnext.phpt b/ext/snmp/tests/snmp2_getnext.phpt
index 5c5abf428e..2cc34d70ae 100644
--- a/ext/snmp/tests/snmp2_getnext.phpt
+++ b/ext/snmp/tests/snmp2_getnext.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmp2_getnext
--CREDITS--
Olivier Doucet & Boris Lytochkin
diff --git a/ext/snmp/tests/snmp2_real_walk.phpt b/ext/snmp/tests/snmp2_real_walk.phpt
index e9159d6429..5d6df79716 100644
--- a/ext/snmp/tests/snmp2_real_walk.phpt
+++ b/ext/snmp/tests/snmp2_real_walk.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmp2_real_walk
--CREDITS--
Olivier Doucet Olivier Doucet Boris Lytochkin
diff --git a/ext/snmp/tests/snmp2_set-nomib.phpt b/ext/snmp/tests/snmp2_set-nomib.phpt
index af0baa3fdd..b62527acad 100644
--- a/ext/snmp/tests/snmp2_set-nomib.phpt
+++ b/ext/snmp/tests/snmp2_set-nomib.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmp2_set (without MIBs loading)
--CREDITS--
Boris Lytockin
diff --git a/ext/snmp/tests/snmp2_set.phpt b/ext/snmp/tests/snmp2_set.phpt
index b833b9b504..626ebdbd24 100644
--- a/ext/snmp/tests/snmp2_set.phpt
+++ b/ext/snmp/tests/snmp2_set.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmp2_set
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/snmp2_walk.phpt b/ext/snmp/tests/snmp2_walk.phpt
index 1d2195688c..9b5624d244 100644
--- a/ext/snmp/tests/snmp2_walk.phpt
+++ b/ext/snmp/tests/snmp2_walk.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmp2_walk
--CREDITS--
Olivier Doucet Olivier Doucet Boris Lytochkin
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, '', '', '', '', ''));
diff --git a/ext/snmp/tests/snmp3.phpt b/ext/snmp/tests/snmp3.phpt
index 49d205fc42..91eb92ea3b 100644
--- a/ext/snmp/tests/snmp3.phpt
+++ b/ext/snmp/tests/snmp3.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
SNMPv3 Support
--CREDITS--
Boris Lytochkin
@@ -10,8 +10,8 @@ require_once(dirname(__FILE__).'/skipif.inc');
<?php
require_once(dirname(__FILE__).'/snmp_include.inc');
-//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]]);
echo "Working version\n";
diff --git a/ext/snmp/tests/snmp_get_quick_print.phpt b/ext/snmp/tests/snmp_get_quick_print.phpt
index 1876047d4f..83cc574faa 100644
--- a/ext/snmp/tests/snmp_get_quick_print.phpt
+++ b/ext/snmp/tests/snmp_get_quick_print.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmp_get_quick_print / snmp_set_quick_print
--CREDITS--
Olivier Doucet
diff --git a/ext/snmp/tests/snmp_get_valueretrieval.phpt b/ext/snmp/tests/snmp_get_valueretrieval.phpt
index 38937332b9..0c11c6420b 100644
--- a/ext/snmp/tests/snmp_get_valueretrieval.phpt
+++ b/ext/snmp/tests/snmp_get_valueretrieval.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmp_get_valueretrieval / snmp_set_valueretrieval
--CREDITS--
Olivier Doucet
diff --git a/ext/snmp/tests/snmp_getvalue.phpt b/ext/snmp/tests/snmp_getvalue.phpt
index 178354a8cf..7cc5428704 100644
--- a/ext/snmp/tests/snmp_getvalue.phpt
+++ b/ext/snmp/tests/snmp_getvalue.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmp_getvalue
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/snmp_read_mib.phpt b/ext/snmp/tests/snmp_read_mib.phpt
index b26ba5e52a..f183147d5c 100644
--- a/ext/snmp/tests/snmp_read_mib.phpt
+++ b/ext/snmp/tests/snmp_read_mib.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmp_read_mib
--CREDITS--
Olivier Doucet Olivier Doucet Boris Lytochkin
diff --git a/ext/snmp/tests/snmp_set_enum_print.phpt b/ext/snmp/tests/snmp_set_enum_print.phpt
index 97683444fe..6f8dcce1c2 100644
--- a/ext/snmp/tests/snmp_set_enum_print.phpt
+++ b/ext/snmp/tests/snmp_set_enum_print.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmp_set_enum_print
--CREDITS--
Olivier Doucet
diff --git a/ext/snmp/tests/snmp_set_oid_output_format.phpt b/ext/snmp/tests/snmp_set_oid_output_format.phpt
index 20a48d4fe1..06c2240a78 100644
--- a/ext/snmp/tests/snmp_set_oid_output_format.phpt
+++ b/ext/snmp/tests/snmp_set_oid_output_format.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmp_set_oid_output_format
--CREDITS--
Olivier Doucet
diff --git a/ext/snmp/tests/snmpget.phpt b/ext/snmp/tests/snmpget.phpt
index 7bbb64ed0c..582b27c375 100644
--- a/ext/snmp/tests/snmpget.phpt
+++ b/ext/snmp/tests/snmpget.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmpget
--CREDITS--
Olivier Doucet & Boris Lytochkin
diff --git a/ext/snmp/tests/snmpgetnext.phpt b/ext/snmp/tests/snmpgetnext.phpt
index af92d56c7c..f661ccb275 100644
--- a/ext/snmp/tests/snmpgetnext.phpt
+++ b/ext/snmp/tests/snmpgetnext.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmpgetnext
--CREDITS--
Olivier Doucet & Boris Lytochkin
diff --git a/ext/snmp/tests/snmprealwalk.phpt b/ext/snmp/tests/snmprealwalk.phpt
index 97d56ef70b..f23a2b390d 100644
--- a/ext/snmp/tests/snmprealwalk.phpt
+++ b/ext/snmp/tests/snmprealwalk.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmprealwalk
--CREDITS--
Olivier Doucet Olivier Doucet Boris Lytochkin
diff --git a/ext/snmp/tests/snmpset-nomib.phpt b/ext/snmp/tests/snmpset-nomib.phpt
index 7428e57c78..a042fe8ae0 100644
--- a/ext/snmp/tests/snmpset-nomib.phpt
+++ b/ext/snmp/tests/snmpset-nomib.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmpset (without MIBs loading)
--CREDITS--
Boris Lytochkin
diff --git a/ext/snmp/tests/snmpset.phpt b/ext/snmp/tests/snmpset.phpt
index 055b789d54..8f61e022b9 100644
--- a/ext/snmp/tests/snmpset.phpt
+++ b/ext/snmp/tests/snmpset.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmpset
--CREDITS--
Olivier Doucet Olivier Doucet Boris Lytochkin
diff --git a/ext/snmp/tests/snmpwalk.phpt b/ext/snmp/tests/snmpwalk.phpt
index d71a014dab..82d18e36ad 100644
--- a/ext/snmp/tests/snmpwalk.phpt
+++ b/ext/snmp/tests/snmpwalk.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Function snmpwalk
--CREDITS--
Olivier Doucet Olivier Doucet Boris Lytochkin
diff --git a/ext/snmp/tests/wrong_hostname.phpt b/ext/snmp/tests/wrong_hostname.phpt
index 23424764b8..29e8971e58 100644
--- a/ext/snmp/tests/wrong_hostname.phpt
+++ b/ext/snmp/tests/wrong_hostname.phpt
@@ -1,4 +1,4 @@
---TEST--
+--TEST--
Wrong hostname
--CREDITS--
Boris Lytochkin