Searched refs:new_class (Results 1 – 1 of 1) sorted by relevance
560 …tic void dom_import_simplexml_common(INTERNAL_FUNCTION_PARAMETERS, php_libxml_class_type new_class) in dom_import_simplexml_common() argument575 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 26 milliseconds