<?php restore_error_handler(): true
<?php $errors = $this->errors; $this->errors = []; restore_error_handler(); return $errors; }