Home
last modified time | relevance | path

Searched refs:ZEND_AST_TYPE (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_ast.h71 ZEND_AST_TYPE, enumerator
H A Dzend_language_parser.y768 | T_STATIC { $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_STATIC); }
786 T_ARRAY { $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_ARRAY); }
787 | T_CALLABLE { $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_CALLABLE); }
H A Dzend_ast.c1673 case ZEND_AST_TYPE: in zend_ast_export_ex()
H A Dzend_compile.c6032 if (ast->kind == ZEND_AST_TYPE) { in zend_compile_single_typename()

Completed in 38 milliseconds