mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 05:11:39 +01:00
Use emulative lexer for < 5.6RC1
Earlier releases come with incorrect tokenizer data for T_POW and T_POW_EQUAL.
This commit is contained in:
parent
7c81229261
commit
616be1d0fc
@ -16,7 +16,7 @@ class Emulative extends \PhpParser\Lexer
|
||||
const T_POW = 1002;
|
||||
const T_POW_EQUAL = 1003;
|
||||
|
||||
const PHP_5_6 = '5.6.0beta1';
|
||||
const PHP_5_6 = '5.6.0rc1';
|
||||
const PHP_5_5 = '5.5.0beta1';
|
||||
const PHP_5_4 = '5.4.0beta1';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user