Searched refs:raise_error (Results 1 – 1 of 1) sorted by relevance
182 return $this->raise_error( 'cannot_assign_to_constant', $matches[1] );200 return $this->raise_error( 'cannot_redefine_builtin_function', $matches[1] );219 return $this->raise_error( 'undefined_variable_in_function_definition', $token );285 return $this->raise_error( 'illegal_character_general', $matches[0] );302 return $this->raise_error( 'illegal_character_underscore' );329 return $this->raise_error( 'unexpected_closing_bracket' );349 return $this->raise_error( 'wrong_number_of_arguments', $error_data );358 return $this->raise_error( 'wrong_number_of_arguments', $error_data );364 return $this->raise_error( 'wrong_number_of_arguments', $error_data );368 return $this->raise_error( 'internal_error' );[all …]