Lines Matching refs:ref
19 $ref = new \ReflectionFunction(#[A1('test')] function () { });
21 foreach ($ref->getAttributes() as $attr) {
29 $ref = new \ReflectionFunction(#[A1] function () { });
32 $ref->getAttributes()[0]->newInstance();
39 $ref = new \ReflectionFunction(#[A1([])] function () { });
42 $ref->getAttributes()[0]->newInstance();
49 $ref = new \ReflectionFunction(#[A2] function () { });
52 $ref->getAttributes()[0]->newInstance();
65 $ref = new \ReflectionFunction(#[A3] function () { });
68 $ref->getAttributes()[0]->newInstance();
78 $ref = new \ReflectionFunction(#[A4(1)] function () { });
81 $ref->getAttributes()[0]->newInstance();
90 $ref = new \ReflectionFunction(#[A5] function () { });
93 $ref->getAttributes()[0]->newInstance();