Nikita Popov
|
4917c71a91
|
Rename Stmt\UseUse to UseItem
|
2022-09-03 18:59:48 +02:00 |
|
Nikita Popov
|
e1345f0c09
|
Rename Stmt\PropertyProperty to PropertyItem
|
2022-09-03 18:55:22 +02:00 |
|
Nikita Popov
|
03ccfa3dd4
|
Rename Stmt\DeclareDeclare to DeclareItem
|
2022-09-03 18:45:28 +02:00 |
|
Nikita Popov
|
a44faa6328
|
Rename Scalar\Encapsed to Scalar\InterpolatedString
|
2022-09-03 15:14:04 +02:00 |
|
Nikita Popov
|
11caa3b9cc
|
Add compat shim for EncapsedStringPart
|
2022-09-03 15:08:39 +02:00 |
|
Nikita Popov
|
23835d20ef
|
Rename Scalar\LNumber to Scalar\Int_
|
2022-09-03 12:07:38 +02:00 |
|
Nikita Popov
|
66b20bd6bc
|
Rename Scalar\DNumber to Scalar\Float_
|
2022-09-03 11:56:06 +02:00 |
|
Nikita Popov
|
9dca6f1d37
|
Add test for StaticVar rename
Also run these in separate processes, they're not really meaningful
if the classes are already loaded.
|
2022-09-02 22:54:29 +02:00 |
|
Nikita Popov
|
8be56afd2d
|
Rename Expr\ArrayItem to ArrayItem
Array items are not expressions by themselves.
|
2022-09-02 22:41:10 +02:00 |
|
Nikita Popov
|
a5033e3860
|
Format tests as well
The unnecessary parentheses for "new" are a bit annoying, but I
can live with it...
|
2022-08-29 21:52:53 +02:00 |
|
Nikita Popov
|
b0469d127e
|
Rename Expr\ClosureUse -> ClosureUse
This is not a real expression, treat it similarly to Node\Arg
or Node\Param.
The old name is retained as an alias for compatibility.
|
2022-06-12 21:55:56 +02:00 |
|