Home
last modified time | relevance | path

Searched refs:new_class (Results 1 – 1 of 1) sorted by relevance

/PHP-8.4/ext/dom/
H A Dphp_dom.c560 …tic void dom_import_simplexml_common(INTERNAL_FUNCTION_PARAMETERS, php_libxml_class_type new_class) in dom_import_simplexml_common() argument
575 if (old_class_type != PHP_LIBXML_CLASS_UNSET && old_class_type != new_class) { in dom_import_simplexml_common()
576 if (new_class == PHP_LIBXML_CLASS_MODERN) { in dom_import_simplexml_common()
585 nodeobj->document->class_type = new_class; in dom_import_simplexml_common()
587 …if (old_class_type != PHP_LIBXML_CLASS_MODERN && new_class == PHP_LIBXML_CLASS_MODERN && nodep->do… in dom_import_simplexml_common()

Completed in 32 milliseconds