Lines Matching refs:token
138 $token = $tokens[$i];
139 $pos = $token->pos;
140 $token->pos += $posDelta;
141 $token->line += $lineDelta;
143 $len = \strlen($token->text);
154 $token->text = substr_replace(
155 $token->text, '', $patchPos - $pos + $localPosDelta, $patchTextLen
162 $token->text = substr_replace(
163 $token->text, $patchText, $patchPos - $pos + $localPosDelta, 0
169 $token->text = substr_replace(
170 $token->text, $patchText, $patchPos - $pos + $localPosDelta, $patchTextLen