mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
parent
6bb960092a
commit
29f98e7485
153 changed files with 1413 additions and 600 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue