Lines Matching refs:true

16 if (class_exists('PHP_CodeSniffer_Standards_IncorrectPatternException', true) === false) {
217 if (in_array($tokens[$stackPtr]['code'], $this->_supplementaryTokens) === true) {
240 } else if (empty($errors) === true) {
247 $this->_errorPos[$stackPtr] = true;
286 if ($this->ignoreComments === true) {
309 $hasError = true;
320 true
338 if (isset($pattern[($i - 1)]) === true
359 true
381 if ($this->ignoreComments === true
382 … && isset(PHP_CodeSniffer_Tokens::$commentTokens[$tokens[$stackPtr]['code']]) === true
388 true
412 && ($this->ignoreComments === true
415 $hasError = true;
424 $hasError = true;
429 … $prev = $phpcsFile->findPrevious($ignoreTokens, ($stackPtr - 1), null, true);
431 $hasError = true;
449 if ($this->ignoreComments === true) {
452 … if (isset(PHP_CodeSniffer_Tokens::$commentTokens[$tokens[$stackPtr]['code']]) === true) {
459 if (isset($tokens[($stackPtr + 1)]) === true
460 … && isset(PHP_CodeSniffer_Tokens::$commentTokens[$tokens[($stackPtr + 1)]['code']]) === true
478 true
500 if (isset($pattern[($i + 1)]) === true
507 $hasError = true;
511 $hasError = true;
522 true
535 && isset($tokens[$next]['scope_condition']) === true
546 && isset($tokens[$next]['parenthesis_owner']) === true
562 … if (isset(PHP_CodeSniffer_Tokens::$commentTokens[$tokens[$j]['code']]) === true) {
563 $hasComment = true;
572 || ($this->ignoreComments === true
575 $hasError = true;
582 $hasError = true;
591 if (isset($pattern[($i + 1)]) === true
641 $hasError = true;
663 $hasError = true;
667 … if (isset(PHP_CodeSniffer_Tokens::$commentTokens[$tokens[$newline]['code']]) === true) {
668 $hasError = true;
681 true
686 $hasError = true;
707 if ($hasError === true) {
830 if ($specialPattern !== false || $isLastChar === true) {
832 if ($isLastChar === true) {
915 if (isset($skip['to']) === true) {