Home
last modified time | relevance | path

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

/PHP-8.1/Zend/tests/attributes/
H A D031_backtrace.phpt23 #1 %s(%d): ReflectionAttribute->newInstance()
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.1/ext/reflection/tests/
H A DReflectionExtension_getClasses_basic.phpt107 ["ReflectionAttribute"]=>
110 string(19) "ReflectionAttribute"
H A DReflectionAttribute_toString.phpt2 ReflectionAttribute::__toString
/PHP-8.1/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.1/ext/reflection/
H A Dphp_reflection_arginfo.h805 ZEND_METHOD(ReflectionAttribute, getName);
806 ZEND_METHOD(ReflectionAttribute, getTarget);
807 ZEND_METHOD(ReflectionAttribute, isRepeated);
808 ZEND_METHOD(ReflectionAttribute, getArguments);
809 ZEND_METHOD(ReflectionAttribute, newInstance);
810 ZEND_METHOD(ReflectionAttribute, __toString);
811 ZEND_METHOD(ReflectionAttribute, __clone);
812 ZEND_METHOD(ReflectionAttribute, __construct);
1138 ZEND_ME(ReflectionAttribute, getName, arginfo_class_ReflectionAttribute_getName, ZEND_ACC_PUBLIC)
1139 …ZEND_ME(ReflectionAttribute, getTarget, arginfo_class_ReflectionAttribute_getTarget, ZEND_ACC_PUBL…
[all …]
H A Dphp_reflection.stub.php702 class ReflectionAttribute implements Reflector class
H A Dphp_reflection.c6429 ZEND_METHOD(ReflectionAttribute, __construct) in ZEND_METHOD() argument
6433 ZEND_METHOD(ReflectionAttribute, __clone) in ZEND_METHOD() argument
6440 ZEND_METHOD(ReflectionAttribute, __toString) in ZEND_METHOD() argument
6486 ZEND_METHOD(ReflectionAttribute, getName) in ZEND_METHOD() argument
6501 ZEND_METHOD(ReflectionAttribute, getTarget) in ZEND_METHOD() argument
6516 ZEND_METHOD(ReflectionAttribute, isRepeated) in ZEND_METHOD() argument
6531 ZEND_METHOD(ReflectionAttribute, getArguments) in ZEND_METHOD() argument
6648 ZEND_METHOD(ReflectionAttribute, newInstance) in ZEND_METHOD() argument
/PHP-8.1/
H A DNEWS1842 . Fixed bug #80097 (ReflectionAttribute is not a Reflector). (beberlei)

Completed in 42 milliseconds