Home
last modified time | relevance | path

Searched refs:objectId (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/tests/lazy_objects/
H A Dinit_preserves_identity.phpt13 $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 Dsnmp.stub.php234 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 Dsnmp_arginfo.h139 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 8 milliseconds