<?php class C { public string $x, $y; } $c = new C(); $c->x = 'A'; $c->y = 'B'; var_dump($c);
You have javascript disabled. You will not be able to edit any code.