Lines Matching refs:newContent
516 $newContent = PHP_CodeSniffer::prepareForOutput($content);
521 $newContent .= $append;
530 …: $sniff (line $line) replaced token $stackPtr ($type) \"$oldContent\" => \"$newContent\"".PHP_EOL;
557 …cho "$indent**** replaced token $stackPtr ($type) \"$oldContent\" => \"$newContent\" ****".PHP_EOL;
590 …nt$sniff (line $line) replaced token $stackPtr ($type) \"$oldContent\" => \"$newContent\"".PHP_EOL;
625 $newContent = PHP_CodeSniffer::prepareForOutput($this->_fixedTokens[$stackPtr]);
630 $newContent .= $append;
645 …nt$sniff (line $line) reverted token $stackPtr ($type) \"$oldContent\" => \"$newContent\"".PHP_EOL;
669 $newContent = substr($current, $start);
671 $newContent = substr($current, $start, $length);
674 return $this->replaceToken($stackPtr, $newContent);