Home
last modified time | relevance | path

Searched refs:object_id (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/snmp/
H A Dsnmp.stub.php113 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 Dsnmp_arginfo.h7 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.3/ext/snmp/tests/
H A Dskipif.inc7 //string $object_id [, int $timeout [, int $retries ]] )
H A Dsnmp3-error.phpt20 // string object_id [, int timeout [, int retries]]);
H A Dsnmp3.phpt17 // string object_id [, int timeout [, int retries]]);
/PHP-8.3/ext/mysqli/tests/
H A Dbug71863.phpt20 mysqli_query($req, "EXPLAIN SELECT `id` FROM `test_bug_71863` WHERE `owner_id` = '2' AND `object_id

Completed in 10 milliseconds