[RFC] Deprecate xml_parser_free() (#19449)

https://wiki.php.net/rfc/deprecations_php_8_5
This commit is contained in:
Daniel Scherzer 2025-08-12 05:44:32 -07:00 committed by GitHub
parent 65c961436d
commit 4de2ec3895
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 29 additions and 38 deletions

View file

@ -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);
}