Searched refs:ZEND_AST_ENUM_CASE (Results 1 – 2 of 2) sorted by relevance
81 # define ZEND_AST_ENUM_CASE 0x3fe macro
112 ZEND_AST_ENUM_CASE,228 case ZEND_AST_ENUM_CASE: return "AST_ENUM_CASE"; in ast_kind_to_name()556 case ZEND_AST_ENUM_CASE: in ast_kind_child_name()688 REGISTER_NS_LONG_CONSTANT("ast", "AST_ENUM_CASE", ZEND_AST_ENUM_CASE, CONST_CS | CONST_PERSISTENT); in ast_register_kind_constants()
Completed in 6 milliseconds