History log of /PHP-Parser/test/PhpParser/Lexer/EmulativeTest.php (Results 26 – 37 of 37)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v4.0.1, v4.0.0, v3.1.5, v4.0.0beta1, v3.1.4, v4.0.0alpha3, v3.1.3, v4.0.0alpha2, v3.1.2
# b58157f0 02-Nov-2017 TomasVotruba

add strict_types to tests + fix explode type


Revision tags: v4.0.0alpha1, v3.1.1
# af128074 13-Aug-2017 TomasVotruba

[cs] apply same to tests


Revision tags: v3.1.0, v3.0.6, v3.0.5, v3.0.4, v3.0.3, v3.0.2, v3.0.1, v3.0.0, v3.0.0beta2, v3.0.0beta1, v2.1.1, v3.0.0alpha1, v2.1.0, v2.0.1, v2.0.0, v2.0.0beta1, v1.4.1, v2.0.0alpha1, v1.4.0
# bc21514e 13-Jun-2015 Nikita Popov

Move token constants into separate class

As these are shared between Php5 and Php7 parsers they should be
in some common place, otherwise we'd have to always reference either
one or

Move token constants into separate class

As these are shared between Php5 and Php7 parsers they should be
in some common place, otherwise we'd have to always reference either
one or the other.

show more ...


Revision tags: v1.3.0
# ab80054e 26-Apr-2015 Nikita Popov

Add support for "yield from"


Revision tags: v1.2.2, v1.2.1, v1.2.0
# 251e6892 12-Mar-2015 Nikita Popov

Add support for spaceship operator (<=>) [PHP 7]

Added as Expr\BinaryOp\Spaceship.


# 01f4be6b 12-Mar-2015 Nikita Popov

Add support for null coalesce operator (??) [PHP 7]

Added as Expr\BinaryOp\Coalesce.


Revision tags: v1.1.0
# 8507af6f 27-Nov-2014 nikic

Add missing require in tests

Test files aren't autoloaded, so this was order-dependent.


# 7c98ad6f 27-Nov-2014 nikic

Support file offsets in emulative lexer as well

Also run normal lexer tests against emulative lexer and fix a bug
in __halt_compiler() handling found as a result.


Revision tags: v1.0.2, v1.0.1
# 66fd29cb 30-Sep-2014 nikic

Use stricter assertions where possible


Revision tags: v1.0.0, v1.0.0beta2, v0.9.5, v1.0.0beta1
# cda6f575 26-Mar-2014 nikic

Add support for pow operator (PHP 5.6)


# 96f1151a 26-Mar-2014 nikic

Add support for variadic parameters (PHP 5.6)


# f82862ec 06-Feb-2014 nikic

Port library to use namespaces, with BC for old names


12