Home
last modified time | relevance | path

Searched refs:IS_INSTANCEOF (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/Zend/tests/attributes/
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);
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php826 public const IS_INSTANCEOF = UNKNOWN; define in ReflectionAttribute

Completed in 10 milliseconds