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