Searched refs:ZEND_AST_TYPE (Results 1 – 4 of 4) sorted by relevance
64 ZEND_AST_TYPE, enumerator
644 T_ARRAY { $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_ARRAY); }645 | T_CALLABLE { $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_CALLABLE); }
1194 case ZEND_AST_TYPE: in zend_ast_export_ex()
4461 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