libxml_use_internal_errors

Supported Versions: PHP 5 >= 5.1.0, PHP 7, PHP 8
Disable libxml errors and allow user to fetch error information as needed
<?php libxml_use_internal_errors(?bool $use_errors = null): bool
<?php     public function validate(): array

    {

        libxml_use_internal_errors(true);

        libxml_clear_errors();



        $writer = new InvoicesDocWriter();