Lines Matching refs:loops
48 public $loops = 0; variable in PHP_CodeSniffer_Fixer
167 $this->loops = 0;
168 while ($this->loops < 50) {
193 $this->loops++;
197 … echo "\t=> Fixing file: $this->_numFixes/$fixable violations remaining [made $this->loops pass";
198 if ($this->loops > 1) {
209 … echo "\t* fixed $this->_numFixes violations, starting loop ".($this->loops + 1).' *'.PHP_EOL;
541 'loop' => $this->loops,
545 && $this->_oldTokenValues[$stackPtr]['loop'] === ($this->loops - 1)
560 if ($this->_oldTokenValues[$stackPtr]['loop'] >= ($this->loops - 1)) {
576 $this->_oldTokenValues[$stackPtr]['loop'] = $this->loops;