Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/reflection/
H A Dphp_reflection.stub.php663 public function isRepeated(): bool {} function in ReflectionAttribute
H A Dphp_reflection_arginfo.h691 ZEND_METHOD(ReflectionAttribute, isRepeated);
994 …ZEND_ME(ReflectionAttribute, isRepeated, arginfo_class_ReflectionAttribute_isRepeated, ZEND_ACC_PU…
H A Dphp_reflection.c6269 ZEND_METHOD(ReflectionAttribute, isRepeated) in ZEND_METHOD() argument

Completed in 29 milliseconds