Home
last modified time | relevance | path

Searched refs:error_data (Results 1 – 2 of 2) sorted by relevance

/plugin/const/
H A Dclass.evalmath.php348 $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 ) { argument
652 $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 ) { argument
688 if ( null !== $error_data ) {
689 if ( is_array( $error_data ) ) {
[all …]
/plugin/weiqi/
H A Dweiqi_parser.php60 var $error_data = array(); variable in weiqi_parser
490 $this->error_data = array('attributes_str' => $str, 'errors' => $errors);