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