Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h64 ZEND_AST_TYPE, enumerator
H A Dzend_language_parser.y644 T_ARRAY { $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_ARRAY); }
645 | T_CALLABLE { $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_CALLABLE); }
H A Dzend_ast.c1194 case ZEND_AST_TYPE: in zend_ast_export_ex()
H A Dzend_compile.c4461 if (ast->kind == ZEND_AST_TYPE) { in zend_compile_typename()
4602 if (type_ast->kind == ZEND_AST_TYPE) { in zend_compile_params()

Completed in 47 milliseconds