Home
last modified time | relevance | path

Searched refs:TARGET_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/Zend/tests/attributes/
H A D020_userland_attribute_validation.phpt6 #[Attribute(Attribute::TARGET_FUNCTION | Attribute::TARGET_METHOD)]
11 var_dump($attr->getName(), $attr->getTarget() == Attribute::TARGET_FUNCTION, $attr->isRepeated());
30 var_dump($attr->getName(), $attr->getTarget() == Attribute::TARGET_FUNCTION, $attr->isRepeated());
H A Dgh8421.phpt5 #[Attribute(Attribute::TARGET_FUNCTION)]
H A D005_objects.phpt6 #[Attribute(Attribute::TARGET_FUNCTION)]
/PHP-8.2/Zend/
H A Dzend_attributes.stub.php17 const TARGET_FUNCTION = UNKNOWN; define in Attribute
/PHP-8.2/ext/reflection/tests/
H A Dgh8982.phpt6 #[Attribute(Attribute::TARGET_FUNCTION)]

Completed in 17 milliseconds