mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
[RFC] Deprecate xml_parser_free() (#19449)
https://wiki.php.net/rfc/deprecations_php_8_5
This commit is contained in:
parent
65c961436d
commit
4de2ec3895
33 changed files with 29 additions and 38 deletions
|
@ -13,5 +13,4 @@ foreach ($xmls as $xml) {
|
|||
var_dump(xml_get_error_code($xml_parser));
|
||||
var_dump(xml_error_string(xml_get_error_code($xml_parser)));
|
||||
}
|
||||
xml_parser_free($xml_parser);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue