Lines Matching refs:null

139     public $phpcs = null;
146 public $fixer = null;
153 public $tokenizer = null;
440 public function start($contents=null)
455 $this->addWarning($e->getMessage(), null, 'Internal.DetectLineEndings');
466 } else if ($contents !== null && substr($contents, 0, 17) === 'phpcs_input_file:') {
577 if ($ignoreTo !== null) {
612 $this->addWarning($error, null, 'Internal.NoCodeFound');
639 $this->_tokens = null;
640 $this->_listeners = null;
653 private function _parse($contents=null)
655 if ($contents === null && empty($this->_tokens) === false) {
683 if ($contents === null) {
688 $tabWidth = null;
689 $encoding = null;
703 $this->addWarning($e->getMessage(), null, 'Internal.Tokenizer.Exception');
756 public static function detectLineEndings($file, $contents=null)
758 if ($contents === null) {
822 if ($stackPtr === null) {
856 if ($stackPtr === null) {
1426 … static function tokenizeString($string, $tokenizer, $eolChar='\n', $tabWidth=null, $encoding=null)
1443 if ($tabWidth === null) {
1447 if ($encoding === null) {
1670 $openOwner = null;
1678 $tokens[$i]['parenthesis_opener'] = null;
1679 $tokens[$i]['parenthesis_closer'] = null;
1685 if ($openOwner !== null) {
1688 $openOwner = null;
1908 $opener = null;
1933 if ($opener !== null) {
1951 && $opener === null
1963 if ($opener === null
1977 if ($opener !== null
2095 if ($opener === null) {
2188 && $opener === null
2251 && $opener === null
2322 } else if ($tokenType === T_OPEN_CURLY_BRACKET && $opener !== null) {
2341 } else if ($opener === null
2369 } else if ($opener !== null
2433 $lastOpener = null;
2479 …if ($lastOpener !== null && $tokens[$lastOpener]['scope_closer'] === $tokens[$i]['scope_closer']) {
2564 if ($lastOpener !== null) {
2567 } else if ($lastOpener !== null && $tokens[$lastOpener]['scope_closer'] === $i) {
2575 $lastOpener = null;
2675 return null;
2679 return null;
2690 $content = null;
2787 $currVar = null;
2789 $defaultStart = null;
2862 if ($defaultStart === null) {
2868 if ($defaultStart === null) {
2873 if ($defaultStart === null) {
2882 if ($currVar === null) {
2891 if ($defaultStart !== null) {
2901 $defaultStart = null;
3190 null,
3250 null,
3321 $end=null,
3323 $value=null,
3328 if ($end === null) {
3342 if ($value === null) {
3402 $end=null,
3404 $value=null,
3409 if ($end === null || $end > $this->numTokens) {
3423 if ($value === null) {
3448 public function findStartOfStatement($start, $ignore=null)
3460 if ($ignore !== null) {
3513 public function findEndOfStatement($start, $ignore=null)
3528 if ($ignore !== null) {
3598 public function findFirstOnLine($types, $start, $exclude=false, $value=null)
3627 if ($value === null) {