Patch was to large to attach so: http://tewk.com/pdd15_testing.diff
Tests currently fail because they use the "new" opcode to instantiate objects.
So are we going to need a newobject opcode or an instantiate opcode. I would prefer an "instantiate" opcode to $P0 = get_class "Classname" $P1 = $P0.'new'(); Kevin Tew