Searched refs:child_name (Results 1 – 1 of 1) sorted by relevance
667 zend_string *child_name = ast_kind_child_name(kind, i); in ast_create_virtual_node_ex() local668 if (child_name) { in ast_create_virtual_node_ex()669 zend_hash_add_new(children, child_name, child_zv); in ast_create_virtual_node_ex()733 zend_string *child_name = !is_list ? ast_kind_child_name(ast_kind, i) : NULL; in ast_fill_children_ht() local842 if (child_name) { in ast_fill_children_ht()854 zend_hash_add_new(ht, child_name, &child_zv); in ast_fill_children_ht()
Completed in 7 milliseconds