<?php get_defined_constants(bool $categorize = false): array
<?php protected function setMessage() { $this->message = array_flip(array_filter(get_defined_constants(true)['pcre'], function ($value) { return substr($value, -6) === '_ERROR'; }, ARRAY_FILTER_USE_KEY))[$this->error]; }