1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-15 10:57:11 +01:00
PHP-Parser/test/code/expr
nikic 1449cc2092 Disallow array deref using alternative syntax
f(){0} and a::b(){0} aren't allowed anymore (in compliance with PHP).
$a->b(){0} support stays for now (for technical reason).
2011-12-04 17:07:17 +01:00
..
fetchAndCall Disallow array deref using alternative syntax 2011-12-04 17:07:17 +01:00
arrayDef.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
assign.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
cast.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
clone.test More test coverage and doc string parsing fixes 2011-12-04 16:52:43 +01:00
closure.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
comparison.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
errorSuppress.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
exit.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
includeAndEval.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
issetAndEmpty.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
logic.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
math.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
new.test More test coverage and doc string parsing fixes 2011-12-04 16:52:43 +01:00
print.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
shellExec.test More test coverage and doc string parsing fixes 2011-12-04 16:52:43 +01:00
ternary.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
variable.test More test coverage and doc string parsing fixes 2011-12-04 16:52:43 +01:00