Home
last modified time | relevance | path

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

/plugin/const/
Dclass.evalmath.php348 $error_data = array( 'expected' => 1, 'given' => $arg_count );
349 return $this->raise_error( 'wrong_number_of_arguments', $error_data );
357 …$error_data = array( 'expected' => implode( '/', $this->calc_functions[ $function_name ] ), 'given…
358 return $this->raise_error( 'wrong_number_of_arguments', $error_data );
363 …$error_data = array( 'expected' => count( $this->functions[ $function_name ]['args'] ), 'given' =>…
364 return $this->raise_error( 'wrong_number_of_arguments', $error_data );
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
[all …]
/plugin/weiqi/
Dweiqi_parser.php60 var $error_data = array(); variable in weiqi_parser
490 $this->error_data = array('attributes_str' => $str, 'errors' => $errors);