Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h64 ZEND_AST_TYPE_UNION, enumerator
H A Dzend_language_parser.y772 type '|' type { $$ = zend_ast_create_list(2, ZEND_AST_TYPE_UNION, $1, $3); }
793 { $$ = zend_ast_create_list(2, ZEND_AST_TYPE_UNION, $1, $3); }
H A Dzend_ast.c1407 if (ast->kind == ZEND_AST_TYPE_UNION) { in zend_ast_export_type()
H A Dzend_compile.c6109 if (ast->kind == ZEND_AST_TYPE_UNION) { in zend_compile_typename()

Completed in 37 milliseconds