<?php class A { public int $b; public ?int $c; public ?int $d = null; } var_dump((array) new A);
You have javascript disabled. You will not be able to edit any code.