Lines Matching refs:type

274                             $type = $tokens[$condition]['type'];
275 … echo "\t* token is inside condition $condition ($type) on line $line *".PHP_EOL;
313 $type = $tokens[$lastOpenTag]['type'];
314 …g indent of $checkIndent; main indent set to $currentIndent by token $lastOpenTag ($type)".PHP_EOL;
328 $type = $tokens[$condition]['type'];
329 …ing indent of $checkIndent; main indent set to $currentIndent by token $condition ($type)".PHP_EOL;
341 $type = $tokens[$first]['type'];
342 echo "\t* first token on line $line is $first ($type) *".PHP_EOL;
356 $type = $tokens[$prev]['type'];
357 echo "\t* previous is $type on line $line *".PHP_EOL;
365 $type = $tokens[$first]['type'];
366 … echo "\t* amended first token is $first ($type) on line $line *".PHP_EOL;
394 $type = $tokens[$first]['type'];
395 … echo "\t=> indent set to $currentIndent by token $first ($type)".PHP_EOL;
409 $type = $tokens[$first]['type'];
410 …hecking indent of $checkIndent; main indent set to $currentIndent by token $first ($type)".PHP_EOL;
448 $type = $tokens[$first]['type'];
449 echo "\t* first token on line $line is $first ($type) *".PHP_EOL;
463 $type = $tokens[$prev]['type'];
464 echo "\t* previous is $type on line $line *".PHP_EOL;
472 $type = $tokens[$first]['type'];
473 … echo "\t* amended first token is $first ($type) on line $line *".PHP_EOL;
506 $type = $tokens[$first]['type'];
507 …hecking indent of $checkIndent; main indent set to $currentIndent by token $first ($type)".PHP_EOL;
558 $type = $tokens[$checkToken]['type'];
559 echo "Indent adjusted to $length for $type on line $line".PHP_EOL;
566 $type = $tokens[$checkToken]['type'];
567 …> Add adjustment of ".$adjustments[$checkToken]." for token $checkToken ($type) on line $line".PHP…
588 $type = $tokens[$tokens[$i]['scope_condition']]['type'];
591 $type = $tokens[$tokens[$checkToken]['scope_condition']]['type'];
595 echo "Close scope ($type) on line $line".PHP_EOL;
621 $type = $tokens[$scopeCloser]['type'];
622 … echo "\t=> indent set to $currentIndent by token $scopeCloser ($type)".PHP_EOL;
676 $type = $tokens[$condition]['type'];
677 … echo "\t* token is inside condition $condition ($type) on line $line *".PHP_EOL;
730 $type = $tokens[$first]['type'];
731 …hecking indent of $checkIndent; main indent set to $currentIndent by token $first ($type)".PHP_EOL;
761 $type = $tokens[$lastOpener]['type'];
763 … echo "\t=> indent set to $currentIndent by token $lastOpener ($type)".PHP_EOL;
838 $type = 'IncorrectExact';
842 $type = 'Incorrect';
865 $fix = $phpcsFile->addFixableError($error, $checkToken, $type, $data);
889 $type = $tokens[$checkToken]['type'];
890 …> Add adjustment of ".$adjustments[$checkToken]." for token $checkToken ($type) on line $line".PHP…
958 $type = $tokens[$i]['type'];
959 echo "\t=> indent set to $currentIndent by token $i ($type)".PHP_EOL;
993 $type = $tokens[$i]['type'];
994 echo "\t=> indent set to $currentIndent by token $i ($type)".PHP_EOL;
1005 $type = str_replace('_', ' ', strtolower(substr($tokens[$i]['type'], 2)));
1007 echo "* ignoring single-line $type on line $line".PHP_EOL;
1015 $type = str_replace('_', ' ', strtolower(substr($tokens[$i]['type'], 2)));
1017 echo "Open $type on line $line".PHP_EOL;
1033 $type = $tokens[$i]['type'];
1034 echo "\t=> indent set to $currentIndent by token $i ($type)".PHP_EOL;
1049 $type = $tokens[$i]['type'];
1050 echo "* ignoring single-line $type on line $line".PHP_EOL;
1063 $type = $tokens[$tokens[$i]['scope_condition']]['type'];
1064 echo "Open scope ($type) on line $line".PHP_EOL;
1072 $type = $tokens[$i]['type'];
1073 echo "\t=> indent set to $currentIndent by token $i ($type)".PHP_EOL;
1111 $type = $tokens[$first]['type'];
1112 echo "\t=> indent set to $currentIndent by token $first ($type)".PHP_EOL;
1125 …$type = str_replace('_', ' ', strtolower(substr($tokens[$tokens[$i]['scope_condition']]['type'], 2…
1127 echo "Close $type on line $line".PHP_EOL;
1169 $type = $tokens[$condition]['type'];
1170 … echo "\t* token is inside condition $condition ($type) on line $line *".PHP_EOL;
1212 $type = $tokens[$prev]['type'];
1213 echo "\t* previous token is $type on line $line *".PHP_EOL;
1219 $type = $tokens[$first]['type'];
1220 echo "\t* first token on line $line is $first ($type) *".PHP_EOL;
1228 $type = $tokens[$prev]['type'];
1229 echo "\t* amended previous is $type on line $line *".PHP_EOL;
1235 $type = $tokens[$first]['type'];
1236 echo "\t* amended first token is $first ($type) on line $line *".PHP_EOL;
1264 $type = $tokens[$first]['type'];
1265 echo "\t=> indent set to $currentIndent by token $first ($type)".PHP_EOL;