The xml_set_object() function will be deprecated in PHP 8.4 as well as passing non-callable strings to the xml_set_*_handler() functions.
Instead of using xml_set_object(), the string method names in xml_set_element_handler() and xml_set_character_data_handler() should be replaced with callables.
The
xml_set_object()
function will be deprecated in PHP 8.4 as well as passing non-callable strings to thexml_set_*_handler()
functions.Instead of using
xml_set_object()
, the string method names inxml_set_element_handler()
andxml_set_character_data_handler()
should be replaced with callables.