Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h91 ZEND_AST_LABEL, enumerator
H A Dzend_ast.c848 case ZEND_AST_LABEL: in zend_ast_export_stmt()
1290 case ZEND_AST_LABEL: in zend_ast_export_ex()
H A Dzend_language_parser.y451 | T_STRING ':' { $$ = zend_ast_create(ZEND_AST_LABEL, $1); }
H A Dzend_compile.c2117 return ast->kind == ZEND_AST_STMT_LIST || ast->kind == ZEND_AST_LABEL in zend_is_unticked_stmt()
7122 case ZEND_AST_LABEL: in zend_compile_stmt()

Completed in 42 milliseconds