Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h96 ZEND_AST_LABEL, enumerator
H A Dzend_ast.c1182 case ZEND_AST_LABEL: in zend_ast_export_stmt()
1655 case ZEND_AST_LABEL: in zend_ast_export_ex()
H A Dzend_language_parser.y461 | T_STRING ':' { $$ = zend_ast_create(ZEND_AST_LABEL, $1); }
H A Dzend_compile.c2209 return ast->kind == ZEND_AST_STMT_LIST || ast->kind == ZEND_AST_LABEL in zend_is_unticked_stmt()
8519 case ZEND_AST_LABEL: in zend_compile_stmt()

Completed in 42 milliseconds