Searched refs:object_id (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/snmp/ |
H A D | snmp.stub.php | 5 function snmpget(string $hostname, string $community, array|string $object_id, int $timeout = -1, i… argument 7 function snmpgetnext(string $hostname, string $community, array|string $object_id, int $timeout = -… argument 9 function snmpwalk(string $hostname, string $community, array|string $object_id, int $timeout = -1, … argument 11 function snmprealwalk(string $hostname, string $community, array|string $object_id, int $timeout = … argument 29 function snmp2_get(string $hostname, string $community, array|string $object_id, int $timeout = -1,… argument 31 function snmp2_getnext(string $hostname, string $community, array|string $object_id, int $timeout =… argument 43 array|string $object_id, int $timeout = -1, int $retries = -1): mixed {} 49 array|string $object_id, int $timeout = -1, int $retries = -1): mixed {} 55 array|string $object_id, int $timeout = -1, int $retries = -1): array|false {} 61 array|string $object_id, int $timeout = -1, int $retries = -1): array|false {} [all …]
|
H A D | snmp_arginfo.h | 7 ZEND_ARG_TYPE_MASK(0, object_id, MAY_BE_ARRAY|MAY_BE_STRING, NULL) 17 ZEND_ARG_TYPE_MASK(0, object_id, MAY_BE_ARRAY|MAY_BE_STRING, NULL) 29 ZEND_ARG_TYPE_MASK(0, object_id, MAY_BE_ARRAY|MAY_BE_STRING, NULL) 69 ZEND_ARG_TYPE_MASK(0, object_id, MAY_BE_ARRAY|MAY_BE_STRING, NULL) 84 ZEND_ARG_TYPE_MASK(0, object_id, MAY_BE_ARRAY|MAY_BE_STRING, NULL) 99 ZEND_ARG_TYPE_MASK(0, object_id, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
|
/PHP-8.1/ext/snmp/tests/ |
H A D | skipif.inc | 7 //string $object_id [, int $timeout [, int $retries ]] )
|
H A D | snmp3-error.phpt | 19 // string object_id [, int timeout [, int retries]]);
|
H A D | snmp3.phpt | 17 // string object_id [, int timeout [, int retries]]);
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | bug71863.phpt | 24 mysqli_query($req, "EXPLAIN SELECT `id` FROM `test_bug_71863` WHERE `owner_id` = '2' AND `object_id…
|
Completed in 10 milliseconds