This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
PHP-Parser
Watch
1
Star
0
Fork
0
You've already forked PHP-Parser
mirror of
https://github.com/nikic/PHP-Parser.git
synced
2025-02-24 02:42:40 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
PHP-Parser
/
test
/
code
/
prettyPrinter
/
expr
History
Tomas Votruba
9de96821f7
Add support for ??= operator
...
Introduced in PHP 5.4, represented using an AssignOp\Coalesce node.
2019-02-09 11:16:26 +01:00
..
anonymousClass.test
…
arrayDestructuring.test
…
call.test
…
closure.test
…
constant_deref.test
…
docStrings.test
…
include.test
…
intrinsics.test
…
list.test
…
literals.test
Extract pSingleQuotedString as an extension point
2017-12-01 18:31:21 +01:00
numbers.test
Improve LNumber/DNumber pretty printing
2016-12-11 16:31:59 +01:00
operators.test
Add support for ??= operator
2019-02-09 11:16:26 +01:00
parentheses.test
Handle +(++$x) and -(--$x) as well
2018-01-25 22:27:37 +01:00
shortArraySyntax.test
…
stringEscaping.test
…
uvs.test
…
variables.test
…
yield.test
…