<?php declare(strict_types = 1); #[\AllowDynamicProperties] class Cl { } print_r((new ReflectionClass(Cl::class))->getAttributes()); class Cl2 { public $p; } print_r((new ReflectionClass(Cl2::class))->getProperties());
You have javascript disabled. You will not be able to edit any code.