<?php class A { public string $abc = "foo"; } var_dump(unserialize('O:1:"A":1:{s:3:"abc";i:42;}'));
You have javascript disabled. You will not be able to edit any code.