Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h100 ZEND_AST_LABEL, enumerator
H A Dzend_ast.c1218 case ZEND_AST_LABEL: in zend_ast_export_stmt()
1771 case ZEND_AST_LABEL: in zend_ast_export_ex()
H A Dzend_language_parser.y512 | T_STRING ':' { $$ = zend_ast_create(ZEND_AST_LABEL, $1); }
H A Dzend_compile.c2489 return ast->kind == ZEND_AST_STMT_LIST || ast->kind == ZEND_AST_LABEL in zend_is_unticked_stmt()
9428 case ZEND_AST_LABEL: in zend_compile_stmt()

Completed in 107 milliseconds