H A D | gen_rare_cp_bitvec.php | 12 foreach (explode("\n", $input) as $line) { 13 if (false !== $hashPos = strpos($line, '#')) { 14 $line = substr($line, 0, $hashPos); variable 17 $line = trim($line); variable 18 if ($line === '') { 22 $range = explode("\t", $line);
|