l(q!2;!),
isnt($count, 0);
$count = 0;
$rt1->set_interrupt_handler(undef);
$cx1->eval(q!2;!);
is($count, 0);
$count = 0;
$rt1->set_interrupt_handler("trap_handler");
$cx1->eval(q!2;!);
isnt($count,
e->opcnt, 0, 'opcnt is 0');
is($runtime->oplimit, 100, 'oplimit is 100');
$context->eval("1+1");
isnt($runtime->opcnt, 0, "opcnt is > 0. Currently at: " . $runtime->opcnt);
$context->eval("for(v = 0