Home
last modified time | relevance | path

Searched refs:ReflectionAttribute (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/Zend/tests/attributes/
H A D031_backtrace.phpt23 #1 ReflectionAttribute->newInstance() called at [%s:%d]
53 string(19) "ReflectionAttribute"
55 object(ReflectionAttribute)#2 (0) {
90 string(19) "ReflectionAttribute"
H A D006_filter.phpt29 $attr = $ref->getAttributes(\stdClass::class, \ReflectionAttribute::IS_INSTANCEOF);
34 $attr = $ref->getAttributes(A1::class, \ReflectionAttribute::IS_INSTANCEOF);
39 $attr = $ref->getAttributes(Base::class, \ReflectionAttribute::IS_INSTANCEOF);
44 $attr = $ref->getAttributes(A2::class, \ReflectionAttribute::IS_INSTANCEOF);
49 $attr = $ref->getAttributes(Base::class, \ReflectionAttribute::IS_INSTANCEOF);
66 $ref->getAttributes(SomeMissingClass::class, \ReflectionAttribute::IS_INSTANCEOF);
H A D030_strict_types.phpt29 #1 %s(%d): ReflectionAttribute->newInstance()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php102 /** @return ReflectionAttribute[] */
364 /** @return ReflectionAttribute[] */
434 /** @return ReflectionAttribute[] */
471 /** @return ReflectionAttribute[] */
550 /** @return ReflectionAttribute[] */
659 class ReflectionAttribute class
H A Dphp_reflection_arginfo.h689 ZEND_METHOD(ReflectionAttribute, getName);
690 ZEND_METHOD(ReflectionAttribute, getTarget);
691 ZEND_METHOD(ReflectionAttribute, isRepeated);
692 ZEND_METHOD(ReflectionAttribute, getArguments);
693 ZEND_METHOD(ReflectionAttribute, newInstance);
694 ZEND_METHOD(ReflectionAttribute, __clone);
695 ZEND_METHOD(ReflectionAttribute, __construct);
992 ZEND_ME(ReflectionAttribute, getName, arginfo_class_ReflectionAttribute_getName, ZEND_ACC_PUBLIC)
993 …ZEND_ME(ReflectionAttribute, getTarget, arginfo_class_ReflectionAttribute_getTarget, ZEND_ACC_PUBL…
994 …ZEND_ME(ReflectionAttribute, isRepeated, arginfo_class_ReflectionAttribute_isRepeated, ZEND_ACC_PU…
[all …]
H A Dphp_reflection.c6228 ZEND_METHOD(ReflectionAttribute, __construct) in ZEND_METHOD() argument
6232 ZEND_METHOD(ReflectionAttribute, __clone) in ZEND_METHOD() argument
6239 ZEND_METHOD(ReflectionAttribute, getName) in ZEND_METHOD() argument
6254 ZEND_METHOD(ReflectionAttribute, getTarget) in ZEND_METHOD() argument
6269 ZEND_METHOD(ReflectionAttribute, isRepeated) in ZEND_METHOD() argument
6284 ZEND_METHOD(ReflectionAttribute, getArguments) in ZEND_METHOD() argument
6401 ZEND_METHOD(ReflectionAttribute, newInstance) in ZEND_METHOD() argument
/PHP-8.0/ext/reflection/tests/
H A DReflectionExtension_getClasses_basic.phpt102 ["ReflectionAttribute"]=>
105 string(19) "ReflectionAttribute"
/PHP-8.0/Zend/tests/named_params/
H A Dattributes_named_flags.phpt19 #0 %s(%d): ReflectionAttribute->newInstance()
H A Dattributes_named_flags_incorrect.phpt20 #0 %s(%d): ReflectionAttribute->newInstance()
/PHP-8.0/
H A DNEWS599 . ReflectionAttribute is no longer final. (sasezaki)

Completed in 51 milliseconds