Gabriel Caruso
|
68d07c4662
|
[CS] New line in the end of file
|
2018-01-13 16:08:26 +01:00 |
|
Gabriel Caruso
|
248b29ecf6
|
Add public visibility to getType method (#463)
|
2018-01-10 18:57:48 +01:00 |
|
Nikita Popov
|
1c11626f0a
|
Add explicit getType() methods
Rather than automatically deriving getType() from the class name.
|
2017-11-12 21:27:14 +01:00 |
|
Nikita Popov
|
4b1d9667af
|
Add constant expression evaluator (#402)
|
2017-09-30 18:56:44 +02:00 |
|
TomasVotruba
|
e2e99f269b
|
Add strict_types to lib code
|
2017-08-18 23:00:13 +02:00 |
|
Nikita Popov
|
251e689283
|
Add support for spaceship operator (<=>) [PHP 7]
Added as Expr\BinaryOp\Spaceship.
|
2015-03-12 23:13:31 +01:00 |
|
Nikita Popov
|
01f4be6b4d
|
Add support for null coalesce operator (??) [PHP 7]
Added as Expr\BinaryOp\Coalesce.
|
2015-03-12 22:45:56 +01:00 |
|
nikic
|
cda6f575f0
|
Add support for pow operator (PHP 5.6)
|
2014-03-26 19:18:16 +01:00 |
|
nikic
|
f82862ec9c
|
Port library to use namespaces, with BC for old names
|
2014-02-06 20:29:35 +01:00 |
|