Home
last modified time | relevance | path

Searched refs:getTarget (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/tests/attributes/
H A D020_userland_attribute_validation.phpt11 var_dump($attr->getName(), $attr->getTarget() == Attribute::TARGET_FUNCTION, $attr->isRepeated());
18 var_dump($attr->getName(), $attr->getTarget() == Attribute::TARGET_CLASS, $attr->isRepeated());
30 var_dump($attr->getName(), $attr->getTarget() == Attribute::TARGET_FUNCTION, $attr->isRepeated());
45 var_dump($attr->getName(), $attr->getTarget() == Attribute::TARGET_CLASS, $attr->isRepeated());
/php-src/ext/reflection/
H A Dphp_reflection.stub.php841 public function getTarget(): int {} function in ReflectionAttribute
H A Dphp_reflection_arginfo.h942 ZEND_METHOD(ReflectionAttribute, getTarget);
1285 …ZEND_ME(ReflectionAttribute, getTarget, arginfo_class_ReflectionAttribute_getTarget, ZEND_ACC_PUBL…
H A Dphp_reflection.c7260 ZEND_METHOD(ReflectionAttribute, getTarget) in ZEND_METHOD() argument

Completed in 45 milliseconds