error_copy 475 ext/libxml/libxml.c xmlError error_copy; error_copy 480 ext/libxml/libxml.c memset(&error_copy, 0, sizeof(xmlError)); error_copy 483 ext/libxml/libxml.c ret = xmlCopyError(error, &error_copy); error_copy 485 ext/libxml/libxml.c error_copy.domain = 0; error_copy 486 ext/libxml/libxml.c error_copy.code = XML_ERR_INTERNAL_ERROR; error_copy 487 ext/libxml/libxml.c error_copy.level = XML_ERR_ERROR; error_copy 488 ext/libxml/libxml.c error_copy.line = 0; error_copy 489 ext/libxml/libxml.c error_copy.node = NULL; error_copy 490 ext/libxml/libxml.c error_copy.int1 = 0; error_copy 491 ext/libxml/libxml.c error_copy.int2 = 0; error_copy 492 ext/libxml/libxml.c error_copy.ctxt = NULL; error_copy 493 ext/libxml/libxml.c error_copy.message = xmlStrdup(msg); error_copy 494 ext/libxml/libxml.c error_copy.file = NULL; error_copy 495 ext/libxml/libxml.c error_copy.str1 = NULL; error_copy 496 ext/libxml/libxml.c error_copy.str2 = NULL; error_copy 497 ext/libxml/libxml.c error_copy.str3 = NULL; error_copy 502 ext/libxml/libxml.c zend_llist_add_element(LIBXML(error_list), &error_copy);