mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-30 04:19:30 +01:00
Fixed typo
This commit is contained in:
parent
5cab2a7844
commit
d6eac28955
@ -4,8 +4,8 @@ $grammarFile = __DIR__ . '/zend_language_parser.phpy';
|
|||||||
$skeletonFile = __DIR__ . '/kmyacc.php.parser';
|
$skeletonFile = __DIR__ . '/kmyacc.php.parser';
|
||||||
$tmpGrammarFile = __DIR__ . '/tmp_parser.phpy';
|
$tmpGrammarFile = __DIR__ . '/tmp_parser.phpy';
|
||||||
$tmpResultFile = __DIR__ . '/tmp_parser.php';
|
$tmpResultFile = __DIR__ . '/tmp_parser.php';
|
||||||
$parserResultFile = __DIR__ . '/../lib/PHPParser/Parser.php';
|
$parserResultFile = __DIR__ . '/../lib/PhpParser/Parser.php';
|
||||||
$debugParserResultFile = __DIR__ . '/../lib/PHPParser/Parser/Debug.php';
|
$debugParserResultFile = __DIR__ . '/../lib/PhpParser/Parser/Debug.php';
|
||||||
|
|
||||||
// check for kmyacc.exe binary in this directory, otherwise fall back to global name
|
// check for kmyacc.exe binary in this directory, otherwise fall back to global name
|
||||||
$kmyacc = __DIR__ . '/kmyacc.exe';
|
$kmyacc = __DIR__ . '/kmyacc.exe';
|
||||||
@ -222,4 +222,4 @@ function magicSplit($regex, $string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return array_filter($pieces);
|
return array_filter($pieces);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user