Searched refs:new_class (Results 1 – 1 of 1) sorted by relevance
555 …tic void dom_import_simplexml_common(INTERNAL_FUNCTION_PARAMETERS, php_libxml_class_type new_class) in dom_import_simplexml_common() argument570 if (old_class_type != PHP_LIBXML_CLASS_UNSET && old_class_type != new_class) { in dom_import_simplexml_common()571 if (new_class == PHP_LIBXML_CLASS_MODERN) { in dom_import_simplexml_common()580 nodeobj->document->class_type = new_class; in dom_import_simplexml_common()582 …if (old_class_type != PHP_LIBXML_CLASS_MODERN && new_class == PHP_LIBXML_CLASS_MODERN && nodep->do… in dom_import_simplexml_common()
Completed in 13 milliseconds