mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix typo in test
This commit is contained in:
parent
8acfa0b3f8
commit
7457867ba8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ require_once(dirname(__FILE__).'/snmp_include.inc');
|
|||
snmp_set_quick_print(false);
|
||||
snmp_set_valueretrieval(SNMP_VALUE_LIBRARY);
|
||||
|
||||
var_dump(("ab8283f948419b2d24d22f44a80b17d3" === md5(snmpget($hostname, $community, '.1.3.6.1.4.1.2021.8.1.101.2'))));
|
||||
var_dump(("ab8283f948419b2d24d22f44a80b17d3" === md5(snmpget($hostname, $community, '.1.3.6.1.4.1.2021.8.1.101.1'))));
|
||||
|
||||
?>
|
||||
--EXPECTF--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue