1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-05 20:48:28 +01:00
PHP-Parser/test/code/parser/expr
2017-02-05 17:47:56 +01:00
..
fetchAndCall
uvs Recover from missing semicolons on statements 2017-02-05 17:47:56 +01:00
arrayDef.test
arrayDestructuring.test PHP 7: Short destructuring syntax 2016-07-06 23:43:23 +02:00
assign.test Wrap List_ in ArrayItem 2016-12-01 13:32:37 +01:00
assignNewByRef.test Forbid "=& new" in PHP 7 mode 2016-08-30 22:12:01 +02:00
cast.test
clone.test
closure.test
comparison.test
constant_expr.test
errorSuppress.test
exit.test
includeAndEval.test NodeDumper: Resolve type for include/use as well 2016-07-25 14:04:04 +02:00
issetAndEmpty.test
listWithKeys.test PHP 7.1: list() with keys 2016-07-09 21:55:55 +02:00
logic.test
math.test
new.test Fix new.test and code test runner 2016-04-20 15:03:18 +02:00
newWithoutClass.test Support recovery for new without class name 2016-11-21 16:51:53 +01:00
print.test
shellExec.test
ternaryAndCoalesce.test
variable.test