$code) { list($_name, $tests) = $testParser->parseTest($code, 2); foreach ($tests as list($_modeLine, list($input, $_expected))) { $path = $corpusDir . '/' . md5($input) . '.txt'; file_put_contents($path, $input); } } }