<?php class A {} class B extends \stdClass {} $a = new A(); $a->foo = 'bar'; $b = new B(); $b->foo = 'bar';
You have javascript disabled. You will not be able to edit any code.