Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A DrebuildParsers.php33 $grammarCode = file_get_contents($grammarFile); variable
34 $grammarCode = replaceIfBlocks($grammarCode, $defines); variable
35 $grammarCode = preprocessGrammar($grammarCode); variable
37 file_put_contents($tmpGrammarFile, $grammarCode);

Completed in 2 milliseconds