1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 09:47:59 +01:00
PHP-Parser/test/code/parser
Nikita Popov 9dda080a9d Allow expressions in isset()
Partial fix for #653. PHP 7 allows expressions inside isset(), but
rejects non-variables in the compiler. A side-effect of this is that
isset(($x)) is allowed, though this is not intentional.
2020-02-19 21:14:33 +01:00
..
errorHandling
expr Allow expressions in isset() 2020-02-19 21:14:33 +01:00
scalar [PHP 7.4] Add support for numeric literal separators (#615) 2019-06-30 12:13:28 +02:00
stmt Add support for union types 2019-11-08 14:45:32 +01:00
blockComments.test
commentAtEndOfClass.test
comments.test
nopPositions.test Place Nop nodes more precisely 2020-02-09 17:10:33 +01:00
semiReserved.test