Lines Matching refs:_errors
189 private $_errors = array(); variable in PHP_CodeSniffer_File
442 $this->_errors = array();
497 $this->_errors = array();
598 $this->_errors = array();
1078 if (isset($this->_errors[$line]) === false) {
1079 $this->_errors[$line] = 0;
1082 $this->_errors[$line]++;
1097 if (isset($this->_errors[$line]) === false) {
1098 $this->_errors[$line] = array();
1101 if (isset($this->_errors[$line][$column]) === false) {
1102 $this->_errors[$line][$column] = array();
1105 $this->_errors[$line][$column][] = array(
1370 return $this->_errors;