Home
last modified time | relevance | path

Searched refs:ht (Results 1 – 1 of 1) sorted by relevance

/php-ast/
H A Dast.c719 static void ast_fill_children_ht(HashTable *ht, zend_ast *ast, ast_state_info_t *state) { in ast_fill_children_ht() argument
731 ast_fill_children_ht(ht, child, state); in ast_fill_children_ht()
829 zend_hash_add_new(ht, child_name, &child_zv); in ast_fill_children_ht()
831 zend_hash_next_index_insert(ht, &child_zv); in ast_fill_children_ht()
841 zend_hash_add_new(ht, AST_STR(str_attributes), &tmp); in ast_fill_children_ht()
842 zend_hash_add_new(ht, AST_STR(str_docComment), &tmp); in ast_fill_children_ht()
847 zend_hash_add_new(ht, AST_STR(str_attributes), &tmp); in ast_fill_children_ht()
859 zend_hash_add_new(ht, AST_STR(str_attributes), &tmp); in ast_fill_children_ht()
868 zend_hash_add_new(ht, AST_STR(str_type), &tmp); in ast_fill_children_ht()
877 zend_hash_add_new(ht, AST_STR(str_type), &tmp); in ast_fill_children_ht()
[all …]

Completed in 8 milliseconds