require('Debug.php');
require('Rectangle.php');

$r = new Rectangle(42, 37);
$r->dumpObject();