Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_language_parser.y294 | /* empty */ { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
400 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
467 unset_variable { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
673 | global_var { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
684 | static_var { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
697 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
822 | echo_expr { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
H A Dzend_ast.h49 ZEND_AST_STMT_LIST, enumerator
H A Dzend_ast.c834 if (ast->kind == ZEND_AST_STMT_LIST || in zend_ast_export_stmt()
1136 case ZEND_AST_STMT_LIST: in zend_ast_export_ex()
H A Dzend_compile.c2117 return ast->kind == ZEND_AST_STMT_LIST || ast->kind == ZEND_AST_LABEL in zend_is_unticked_stmt()
6614 while (last->kind == ZEND_AST_STMT_LIST) { in zend_compile_const()
7060 if (ast->kind == ZEND_AST_STMT_LIST) { in zend_compile_top_stmt()
7094 case ZEND_AST_STMT_LIST: in zend_compile_stmt()

Completed in 30 milliseconds