Skip to content

Commit df2436d

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Fix static analysis warning
2 parents e122152 + 65fbf47 commit df2436d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dom/parentnode/tree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ static void dom_insert_node_list_cleanup(xmlNodePtr node)
500500
xmlFreeNode(node);
501501
} else {
502502
/* Must have been a directly-passed node. */
503-
ZEND_ASSERT(node->_private != NULL);
503+
ZEND_UNREACHABLE();
504504
}
505505
}
506506

0 commit comments

Comments
 (0)