Home
last modified time | relevance | path

Searched refs:ZEND_AST_MATCH_ARM_LIST (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_ast.h68 ZEND_AST_MATCH_ARM_LIST, enumerator
H A Dzend_language_parser.y719 %empty { $$ = zend_ast_create_list(0, ZEND_AST_MATCH_ARM_LIST); }
724 match_arm { $$ = zend_ast_create_list(1, ZEND_AST_MATCH_ARM_LIST, $1); }
H A Dzend_ast.c1883 case ZEND_AST_MATCH_ARM_LIST: in zend_ast_export_ex()

Completed in 17 milliseconds