Searched refs:ht (Results 1 – 1 of 1) sorted by relevance
/php-ast/ |
H A D | ast.c | 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() [all …]
|
Completed in 10 milliseconds