xref: /PHP-8.0/ext/libxml/libxml.stub.php (revision 45fa7596)
1<?php
2
3/** @generate-function-entries */
4
5class LibXMLError
6{
7}
8
9/** @param resource $context */
10function libxml_set_streams_context($context): void {}
11
12function libxml_use_internal_errors(?bool $use_errors = null): bool {}
13
14function libxml_get_last_error(): LibXMLError|false {}
15
16function libxml_get_errors(): array {}
17
18function libxml_clear_errors(): void {}
19
20/** @deprecated */
21function libxml_disable_entity_loader(bool $disable = true): bool {}
22
23function libxml_set_external_entity_loader(?callable $resolver_function): bool {}
24