Skip to content

Commit 4286630

Browse files
committed
ext/xml: Use zend_hash_lookup
1 parent e6d031c commit 4286630

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ext/xml/xml.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ static void xml_add_to_info(xml_parser *parser, zend_string *name)
557557
element = zend_hash_lookup(arr, name);
558558

559559
if (Z_TYPE_P(element) == IS_NULL) {
560-
561560
array_init(element);
562561
}
563562

0 commit comments

Comments
 (0)