1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 09:47:59 +01:00
PHP-Parser/lib/PhpParser/Parser
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
..
Multiple.php Update doc comments after previous comment 2017-01-26 00:16:54 +01:00
Php5.php Use local var for $stackPos 2017-02-05 11:57:21 +01:00
Php7.php Use local var for $stackPos 2017-02-05 11:57:21 +01:00
Tokens.php Move token constants into separate class 2015-06-13 18:39:55 +02:00