Searched refs:maxLen (Results 1 – 2 of 2) sorted by relevance
12 $maxLen = 6 * 1024; variable18 if (strlen($code) > $maxLen) continue;
3 function generate_corpus_from_phpt(string $corpusDir, array $testDirs, int $maxLen = 8 * 1024) { argument16 if (strlen($code) > $maxLen) continue;
Completed in 3 milliseconds