Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dphp_dom.c555 …tic void dom_import_simplexml_common(INTERNAL_FUNCTION_PARAMETERS, php_libxml_class_type new_class) in dom_import_simplexml_common() argument
570 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 10 milliseconds