Searched refs:IS_INSTANCEOF (Results 1 – 2 of 2) sorted by relevance
29 $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);
820 public const IS_INSTANCEOF = UNKNOWN; define in ReflectionAttribute
Completed in 7 milliseconds