Lines Matching refs:true

74                 if ($fix === true) {
92 if ($fix === true) {
108 $content = $phpcsFile->findNext(T_WHITESPACE, ($arrayStart + 1), ($arrayEnd + 1), true);
115 if ($fix === true) {
168 $next = $phpcsFile->findNext(T_WHITESPACE, ($i + 1), $arrayEnd, true);
176 if ($fix === true) {
191 if ($fix === true) {
205 if ($fix === true) {
216 if ($fix === true) {
230 if ($fix === true) {
245 if ($fix === true) {
263 if ($fix === true) {
277 if ($fix === true) {
293 if ($fix === true) {
320 $lastContent = $phpcsFile->findPrevious(T_WHITESPACE, ($arrayEnd - 1), $arrayStart, true);
324 if ($fix === true) {
338 if ($fix === true) {
388 $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($nextToken + 1), null, true);
408 if (isset($tokens[$stackPtr]['nested_parenthesis']) === true) {
413 if (isset($tokens[$nextToken]['nested_parenthesis']) === true) {
428 if ($keyUsed === true && $tokens[$lastToken]['code'] === T_COMMA) {
450 if ($fix === true) {
459 true
463 $singleUsed = true;
471 if ($singleUsed === true) {
478 $keyUsed = true;
481 … $indexEnd = $phpcsFile->findPrevious(T_WHITESPACE, ($nextToken - 1), $arrayStart, true);
502 true
514 if (empty($indices) === true) {
515 $singleValue = true;
520 … $nextContent = $phpcsFile->findNext($exclude, ($indices[0]['value'] + 1), $arrayEnd, true);
522 $singleValue = true;
526 if ($singleValue === true) {
532 if ($fix === true) {
575 true
582 if ($fix === true) {
591 if (empty($value['value']) === true) {
601 if ($fix === true) {
611 $first = $phpcsFile->findFirstOnLine(T_WHITESPACE, $value['value'], true);
621 if ($fix === true) {
675 if ($fix === true) {
689 if ($fix === true) {
699 if ($fix === true) {
720 if ($fix === true) {
741 if ($fix === true) {
766 if ($fix === true) {
768 … $prev = $phpcsFile->findPrevious(T_WHITESPACE, ($index['value'] - 1), null, true);
802 if (isset(PHP_CodeSniffer_Tokens::$stringTokens[$tokens[$i]['code']]) === true) {
803 $i = $phpcsFile->findNext($tokens[$i]['code'], ($i + 1), null, true);
831 if ($fix === true) {
854 if ($fix === true) {