Home
last modified time | relevance | path

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

/php-ast/
H A Dphp_ast.h59 # define ZEND_AST_ATTRIBUTE_LIST ((1 << (ZEND_AST_IS_LIST_SHIFT + 1)) - 3) macro
H A Dast_data.c23 ZEND_AST_ATTRIBUTE_LIST,
139 case ZEND_AST_ATTRIBUTE_LIST: return "AST_ATTRIBUTE_LIST"; in ast_kind_to_name()
599 …REGISTER_NS_LONG_CONSTANT("ast", "AST_ATTRIBUTE_LIST", ZEND_AST_ATTRIBUTE_LIST, CONST_CS | CONST_P… in ast_register_kind_constants()

Completed in 10 milliseconds