<?php class C { private $a = 1, $b = 2; } $c = new C; var_dump($c);
You have javascript disabled. You will not be able to edit any code.