<?php class Foo { public ?string $x; } var_dump(((new ReflectionClass(Foo::class))->getProperty('x'))->getDefaultValue());
You have javascript disabled. You will not be able to edit any code.