<?php fseek(resource $stream, int $offset, int $whence = SEEK_SET): int
<?php public function getOutput() { fseek($this->output->getStream(), 0); $output = stream_get_contents($this->output->getStream());
<?php $input = new StringInput($run.' -vvv'); $input->setInteractive(false); $result = $application->run($input, new StreamOutput($appOutput)); fseek($appOutput, 0); if (!is_int($expectResult)) {