summaryrefslogtreecommitdiff
path: root/ext/snmp/tests/skipif.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/snmp/tests/skipif.inc')
-rw-r--r--ext/snmp/tests/skipif.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/snmp/tests/skipif.inc b/ext/snmp/tests/skipif.inc
index 4d37902636..72423251fd 100644
--- a/ext/snmp/tests/skipif.inc
+++ b/ext/snmp/tests/skipif.inc
@@ -1,11 +1,11 @@
<?php
extension_loaded('snmp') or die('skip snmp extension not available in this build');
-
+
require_once (dirname(__FILE__).'/snmp_include.inc');
//test server is available
// this require snmpget to work ...
-//snmpget ( string $hostname , string $community ,
+//snmpget ( string $hostname , string $community ,
//string $object_id [, int $timeout [, int $retries ]] )
if (snmpget($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout) === false)