Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_ast.h99 ZEND_AST_GOTO, enumerator
H A Dzend_language_parser.y455 | T_GOTO T_STRING ';' { $$ = zend_ast_create(ZEND_AST_GOTO, $2); }
H A Dzend_ast.c1575 case ZEND_AST_GOTO: in zend_ast_export_ex()
H A Dzend_compile.c8253 case ZEND_AST_GOTO: in zend_compile_stmt()

Completed in 33 milliseconds