Searched refs:error_data (Results 1 – 2 of 2) sorted by relevance
348 $error_data = array( 'expected' => 1, 'given' => $arg_count );443 $error_data = array( 'expected' => $counts, 'given' => 0 );444 return $this->raise_error( 'wrong_number_of_arguments', $error_data );648 * @param array|string $error_data Optional. Additional error data.651 protected function raise_error( $message, $error_data = null ) { argument652 $this->last_error = $this->get_error_string( $message, $error_data );665 * @param array|string $error_data Optional. Additional error data.668 protected function get_error_string( $identifier, $error_data = null ) { argument688 if ( null !== $error_data ) {689 if ( is_array( $error_data ) ) {[all …]
60 var $error_data = array(); variable in weiqi_parser490 $this->error_data = array('attributes_str' => $str, 'errors' => $errors);