php-parser/lib
Nikita Popov 3bbf8d8f7a Use local var for $stackPos
We're accessing $this->stackPos a lot, and property accesses are
much more expensive than local variable acesses. Its cheaper to
use a local var and pass it as an argument to semantic actions.
2017-02-05 11:57:21 +01:00
..
PhpParser Use local var for $stackPos 2017-02-05 11:57:21 +01:00
bootstrap.php Ensure compatibility with multiple autoloaders 2015-03-13 23:54:32 +01:00