Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_ast.h90 ZEND_AST_LABEL, enumerator
H A Dzend_ast.c852 case ZEND_AST_LABEL: in zend_ast_export_stmt()
1292 case ZEND_AST_LABEL: in zend_ast_export_ex()
H A Dzend_language_parser.y457 | T_STRING ':' { $$ = zend_ast_create(ZEND_AST_LABEL, $1); }
H A Dzend_compile.c2436 return ast->kind == ZEND_AST_STMT_LIST || ast->kind == ZEND_AST_LABEL in zend_is_unticked_stmt()
8181 case ZEND_AST_LABEL: in zend_compile_stmt()

Completed in 43 milliseconds