--TEST-- Calls to send() after close should do nothing --FILE-- send('foo'); $gen->send('bar'); ?> --EXPECT-- string(3) "foo"