Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750)

Co-authored-by: Gina Peter Banyard <girgias@php.net>
Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com>
This commit is contained in:
Tim Düsterhus 2024-07-10 16:47:31 +02:00 committed by GitHub
parent 6bb960092a
commit 29f98e7485
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
153 changed files with 1413 additions and 600 deletions

View file

@ -179,7 +179,7 @@ function libxml_get_errors(): array {}
function libxml_clear_errors(): void {}
/** @deprecated */
#[\Deprecated(since: '8.0', message: 'as external entity loading is disabled by default')]
function libxml_disable_entity_loader(bool $disable = true): bool {}
function libxml_set_external_entity_loader(?callable $resolver_function): bool {}