Home
last modified time | relevance | path

Searched refs:maxLen (Results 1 – 2 of 2) sorted by relevance

/php-src/sapi/fuzzer/
H A Dgenerate_parser_corpus.php12 $maxLen = 6 * 1024; variable
18 if (strlen($code) > $maxLen) continue;
H A Dgenerate_corpus_util.php3 function generate_corpus_from_phpt(string $corpusDir, array $testDirs, int $maxLen = 8 * 1024) { argument
16 if (strlen($code) > $maxLen) continue;

Completed in 6 milliseconds