<?php #[Attribute] class x {} class y extends x {} $ref = new \ReflectionFunction(#[x, y] function () { }); try { $ref->getAttributes()[0]->newInstance(); $ref->getAttributes()[1]->newInstance(); } catch (\Error $e) { var_dump('Error : ', $e->getMessage()); } ?>
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`