<?php declare(strict_types=1); final class MyClass { private string $myString; } $ref = new ReflectionClass('MyClass'); var_dump($ref->getDefaultProperties());
You have javascript disabled. You will not be able to edit any code.