Lines Matching refs:ht
726 static void ast_fill_children_ht(HashTable *ht, zend_ast *ast, ast_state_info_t *state) { in ast_fill_children_ht() argument
738 ast_fill_children_ht(ht, child, state); in ast_fill_children_ht()
854 zend_hash_add_new(ht, child_name, &child_zv); in ast_fill_children_ht()
856 zend_hash_next_index_insert(ht, &child_zv); in ast_fill_children_ht()
866 zend_hash_add_new(ht, AST_STR(str_attributes), &tmp); in ast_fill_children_ht()
867 zend_hash_add_new(ht, AST_STR(str_docComment), &tmp); in ast_fill_children_ht()
872 zend_hash_add_new(ht, AST_STR(str_attributes), &tmp); in ast_fill_children_ht()
883 zend_hash_add_new(ht, AST_STR(str_hooks), &tmp); in ast_fill_children_ht()
895 zend_hash_add_new(ht, AST_STR(str_attributes), &tmp); in ast_fill_children_ht()
904 zend_hash_add_new(ht, AST_STR(str_type), &tmp); in ast_fill_children_ht()
913 zend_hash_add_new(ht, AST_STR(str_type), &tmp); in ast_fill_children_ht()
919 zend_hash_add_new(ht, AST_STR(str___declId), &id_zval); in ast_fill_children_ht()