Home
last modified time | relevance | path

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

/php-ast/
H A Dphp_ast.h89 # define ZEND_AST_LIST ((1 << (ZEND_AST_IS_LIST_SHIFT + 1)) - 1) macro
H A Dast_data.c5 ZEND_AST_LIST,
119 case ZEND_AST_LIST: return "AST_LIST"; in ast_kind_to_name()
573 REGISTER_NS_LONG_CONSTANT("ast", "AST_LIST", ZEND_AST_LIST, CONST_CS | CONST_PERSISTENT); in ast_register_kind_constants()
H A Dast.c811 } else if (ast_kind == ZEND_AST_LIST && child != NULL) { in ast_fill_children_ht()

Completed in 10 milliseconds