<?php class Test {}; $a = new Test(); $b = new Test(); $a->a = 1; var_dump($a); var_dump($b);
You have javascript disabled. You will not be able to edit any code.