<?php class A { public string $prop; } $a = new A; $a->prop = 'some test'; echo serialize($a);
You have javascript disabled. You will not be able to edit any code.