Searched refs:getTarget (Results 1 – 4 of 4) sorted by relevance
/php-src/Zend/tests/attributes/ |
H A D | 020_userland_attribute_validation.phpt | 11 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 D | php_reflection.stub.php | 839 public function getTarget(): int {} function in ReflectionAttribute
|
H A D | php_reflection_arginfo.h | 957 ZEND_METHOD(ReflectionAttribute, getTarget); 1304 …ZEND_ME(ReflectionAttribute, getTarget, arginfo_class_ReflectionAttribute_getTarget, ZEND_ACC_PUBL…
|
H A D | php_reflection.c | 7033 ZEND_METHOD(ReflectionAttribute, getTarget) in ZEND_METHOD() argument
|
Completed in 35 milliseconds