We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6bc97 commit 0c2025cCopy full SHA for 0c2025c
ext/tidy/tidy.c
@@ -705,6 +705,7 @@ static void tidy_add_node_default_properties(PHPTidyObj *obj)
705
706
if (tempnode) {
707
array_init(&children);
708
+ zend_hash_real_init_packed(Z_ARRVAL(children));
709
do {
710
tidy_create_node_object(&temp, obj->ptdoc, tempnode);
711
add_next_index_zval(&children, &temp);
0 commit comments