php-parser/test/code/parser
Nikita Popov 18129480ae Rename $type subnode to $flags
Type makes it sound like a type-hint, and on a number of other nodes
$type is used for exactly that. Use $flags to hold modifiers instead.
2016-07-25 13:33:19 +02:00
..
errorHandling Improve error recovery quality 2016-04-20 16:47:50 +02:00
expr PHP 7.1: list() with keys 2016-07-09 21:55:55 +02:00
scalar Forbid invalid octals in PHP 7 mode 2016-04-18 13:59:18 +02:00
stmt Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00
comments.test Fix nop statement comment assignment 2016-04-05 19:19:15 +09:00
semiReserved.test Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00