Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ast.h96 ZEND_AST_BREAK, enumerator
H A Dzend_compile.c4266 ZEND_ASSERT(ast->kind == ZEND_AST_BREAK || ast->kind == ZEND_AST_CONTINUE); in zend_compile_break_continue()
4272 "is no longer supported", ast->kind == ZEND_AST_BREAK ? "break" : "continue"); in zend_compile_break_continue()
4278 ast->kind == ZEND_AST_BREAK ? "break" : "continue"); in zend_compile_break_continue()
4288 ast->kind == ZEND_AST_BREAK ? "break" : "continue"); in zend_compile_break_continue()
4292 ast->kind == ZEND_AST_BREAK ? "break" : "continue", in zend_compile_break_continue()
4296 opline = zend_emit_op(NULL, ast->kind == ZEND_AST_BREAK ? ZEND_BRK : ZEND_CONT, NULL, NULL); in zend_compile_break_continue()
7816 case ZEND_AST_BREAK: in zend_compile_stmt()
H A Dzend_language_parser.y429 | T_BREAK optional_expr ';' { $$ = zend_ast_create(ZEND_AST_BREAK, $2); }
H A Dzend_ast.c1309 case ZEND_AST_BREAK: in zend_ast_export_ex()

Completed in 45 milliseconds