Home
last modified time | relevance | path

Searched refs:TARGET_CLASS (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/Zend/tests/attributes/
H A D020_userland_attribute_validation.phpt18 var_dump($attr->getName(), $attr->getTarget() == Attribute::TARGET_CLASS, $attr->isRepeated());
40 #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)]
45 var_dump($attr->getName(), $attr->getTarget() == Attribute::TARGET_CLASS, $attr->isRepeated());
H A D032_attribute_validation_scope.phpt9 protected const x = Attribute::TARGET_CLASS;
H A D007_self_reflect_attribute.phpt15 var_dump($a->flags == Attribute::TARGET_CLASS);
/PHP-8.2/Zend/
H A Dzend_attributes.stub.php12 const TARGET_CLASS = UNKNOWN; define in Attribute
/PHP-8.2/Zend/tests/named_params/
H A Dattributes_named_flags.phpt6 #[Attribute(flags: Attribute::TARGET_CLASS)]
H A Dattributes_named_flags_incorrect.phpt7 #[Attribute(not_flags: Attribute::TARGET_CLASS)]
/PHP-8.2/Zend/tests/prop_const_expr/
H A Dattributes.phpt12 #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)]

Completed in 13 milliseconds