php-parser/test/code/expr/fetchAndCall
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
..
args.test More test coverage and doc string parsing fixes 2011-12-04 16:52:43 +01:00
funcCall.test Disallow array deref using alternative syntax 2011-12-04 17:07:17 +01:00
simple.test More test coverage and doc string parsing fixes 2011-12-04 16:52:43 +01:00
staticCall.test Disallow array deref using alternative syntax 2011-12-04 17:07:17 +01:00