<?php class Test { public mixed $x = null; } $t = new Test(); var_dump($t->x);
You have javascript disabled. You will not be able to edit any code.