Searched refs:isRepeated (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/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-8.1/ext/reflection/ |
H A D | php_reflection.stub.php | 706 public function isRepeated(): bool {} function in ReflectionAttribute
|
H A D | php_reflection_arginfo.h | 807 ZEND_METHOD(ReflectionAttribute, isRepeated); 1140 …ZEND_ME(ReflectionAttribute, isRepeated, arginfo_class_ReflectionAttribute_isRepeated, ZEND_ACC_PU…
|
H A D | php_reflection.c | 6516 ZEND_METHOD(ReflectionAttribute, isRepeated) in ZEND_METHOD() argument
|
Completed in 45 milliseconds