Searched refs:objectId (Results 1 – 3 of 3) sorted by relevance
/php-src/Zend/tests/lazy_objects/ |
H A D | init_preserves_identity.phpt | 13 $objectId = spl_object_id($object); 20 var_dump(spl_object_id($object) === $objectId); 22 var_dump(spl_object_id($object) === $objectId);
|
/php-src/ext/snmp/ |
H A D | snmp.stub.php | 234 public function get(array|string $objectId, bool $preserveKeys = false): mixed {} argument 237 public function getnext(array|string $objectId): mixed {} argument 240 …public function walk(array|string $objectId, bool $suffixAsKey = false, int $maxRepetitions = -1, … argument 243 public function set(array|string $objectId, array|string $type, array|string $value): bool {} argument
|
H A D | snmp_arginfo.h | 139 ZEND_ARG_TYPE_MASK(0, objectId, MAY_BE_ARRAY|MAY_BE_STRING, NULL) 144 ZEND_ARG_TYPE_MASK(0, objectId, MAY_BE_ARRAY|MAY_BE_STRING, NULL) 148 ZEND_ARG_TYPE_MASK(0, objectId, MAY_BE_ARRAY|MAY_BE_STRING, NULL) 155 ZEND_ARG_TYPE_MASK(0, objectId, MAY_BE_ARRAY|MAY_BE_STRING, NULL)
|
Completed in 14 milliseconds