Lines Matching refs:_error

85     var $_error =           false;
140 $this->_error('Set Parameter: Unknown parameter '.$v.' for option '.$k);
151 $this->_error('Set Parameter: Unknown option '.$k);
175 $this->_error('Unknown encoding '.$one_time_encoding);
187 $this->_error('Only simple domain name parts can be handled in strict mode');
211 $this->_error('Only simple domain name parts can be handled in strict mode');
255 $this->_error('Unsupported output format');
280 $this->_error('Unsupported input format: '.($one_time_encoding ? $one_time_encoding : $this->_api_encoding));
307 $this->_error('Neither email addresses nor URLs are allowed in strict mode.');
353 return $this->_error;
364 $this->_error('This is not a punycode string');
370 $this->_error('The given encoded string was empty');
427 $this->_error('This is already a punycode string');
439 $this->_error('The given string does not contain encodable chars');
550 function _error($error = '')
552 $this->_error = $error;
576 $this->_error('NAMEPREP: Prohibited input U+'.sprintf('%08X', $v));
581 $this->_error('NAMEPREP: Prohibited input U+'.sprintf('%08X', $v));
802 $this->_error('Conversion from UTF-8 to UCS-4 failed: malformed input at byte '.$k);
827 $this->_error('This might be UTF-8, but I don\'t understand it at byte '.$k);
840 $this->_error('Bogus UTF-8 character detected (out of legal range) at byte '.$k);
849 $this->_error('Conversion from UTF-8 to UCS-4 failed: malformed input at byte '.$k);
890 $this->_error('Conversion from UCS-4 to UTF-8 failed: malformed input at byte '.$k);
924 $this->_error('Input UCS4 string is broken');