Home
last modified time | relevance | path

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

/php-ast/
H A Dphp_ast.h80 # define ZEND_AST_ENUM_CASE 0x3fe macro
H A Dast_data.c110 ZEND_AST_ENUM_CASE,
224 case ZEND_AST_ENUM_CASE: return "AST_ENUM_CASE"; in ast_kind_to_name()
549 case ZEND_AST_ENUM_CASE: in ast_kind_child_name()
678 REGISTER_NS_LONG_CONSTANT("ast", "AST_ENUM_CASE", ZEND_AST_ENUM_CASE, CONST_CS | CONST_PERSISTENT); in ast_register_kind_constants()

Completed in 13 milliseconds