Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_ast.h96 ZEND_AST_HALT_COMPILER, enumerator
H A Dzend_language_parser.y315 { $$ = zend_ast_create(ZEND_AST_HALT_COMPILER,
H A Dzend_ast.c1569 case ZEND_AST_HALT_COMPILER: in zend_ast_export_ex()
H A Dzend_compile.c7776 if (last && last->kind == ZEND_AST_HALT_COMPILER) { in zend_compile_const()
8205 if (ast->kind != ZEND_AST_NAMESPACE && ast->kind != ZEND_AST_HALT_COMPILER) { in zend_compile_top_stmt()
8311 case ZEND_AST_HALT_COMPILER: in zend_compile_stmt()

Completed in 36 milliseconds