Home
last modified time | relevance | path

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

/PHP-8.3/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.3/ext/reflection/
H A Dphp_reflection.stub.php830 public function isRepeated(): bool {} function in ReflectionAttribute
H A Dphp_reflection_arginfo.h827 ZEND_METHOD(ReflectionAttribute, isRepeated);
1166 …ZEND_ME(ReflectionAttribute, isRepeated, arginfo_class_ReflectionAttribute_isRepeated, ZEND_ACC_PU…
H A Dphp_reflection.c6614 ZEND_METHOD(ReflectionAttribute, isRepeated) in ZEND_METHOD() argument

Completed in 38 milliseconds