Searched refs:ast_kind (Results 1 – 1 of 1) sorted by relevance
131 uint16_t ast_kind; member730 const zend_ast_kind ast_kind = ast->kind; in ast_fill_children_ht() local736 if (ast_kind == ZEND_AST_STMT_LIST) { in ast_fill_children_ht()748 switch (ast_kind) { in ast_fill_children_ht()776 if (ast_kind == ZEND_AST_CLASS && i == 4) { in ast_fill_children_ht()828 && (ast_kind == ZEND_AST_FUNC_DECL || ast_kind == ZEND_AST_METHOD)) { in ast_fill_children_ht()863 if (ast_kind == ZEND_AST_PARAM) { in ast_fill_children_ht()880 if (ast_kind == ZEND_AST_PARAM || ast_kind == ZEND_AST_PROP_ELEM) { in ast_fill_children_ht()889 if (ast_kind_is_decl(ast_kind)) { in ast_fill_children_ht()900 if (ast_kind == ZEND_AST_CLASS) { in ast_fill_children_ht()[all …]
Completed in 10 milliseconds