mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-03 09:47:59 +01:00
3bbf8d8f7a
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. |
||
---|---|---|
.. | ||
Multiple.php | ||
Php5.php | ||
Php7.php | ||
Tokens.php |