Searched refs:object_id (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/snmp/ |
H A D | snmp.stub.php | 113 function snmpget(string $hostname, string $community, array|string $object_id, int $timeout = -1, i… argument 115 function snmpgetnext(string $hostname, string $community, array|string $object_id, int $timeout = -… argument 117 function snmpwalk(string $hostname, string $community, array|string $object_id, int $timeout = -1, … argument 122 function snmpwalkoid(string $hostname, string $community, array|string $object_id, int $timeout = -… argument 137 function snmp2_get(string $hostname, string $community, array|string $object_id, int $timeout = -1,… argument 139 function snmp2_getnext(string $hostname, string $community, array|string $object_id, int $timeout =… argument 151 array|string $object_id, int $timeout = -1, int $retries = -1): mixed {} 157 array|string $object_id, int $timeout = -1, int $retries = -1): mixed {} 163 array|string $object_id, int $timeout = -1, int $retries = -1): array|false {} 169 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.2/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.2/ext/mysqli/tests/ |
H A D | bug71863.phpt | 20 mysqli_query($req, "EXPLAIN SELECT `id` FROM `test_bug_71863` WHERE `owner_id` = '2' AND `object_id…
|
Completed in 17 milliseconds