output( "{var \$a = array( 0 => 'foo' )}\n" ); $i = 0; do { $str = $list->generate(); $a->output( $str ); ++$i; } while ( $list->increase() ); $a->close(); $a->store( str_repeat( "foo\n", $i ), $a->dir . "/array_fetch/correct/comments.out" ); ?>