libxml_get_errors

Supported Versions: PHP 5 >= 5.1.0, PHP 7, PHP 8
Retrieve array of errors
<?php libxml_get_errors(): array
<?php                 'field' => $matches[1] ?? null,

                'message' => $matches[3] ?? null,

            ];

        }, libxml_get_errors());

    }

}