Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_language_parser.y295 | /* empty */ { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
401 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
473 unset_variable { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
685 | global_var { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
696 | static_var { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
709 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
834 | echo_expr { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
H A Dzend_ast.h48 ZEND_AST_STMT_LIST, enumerator
H A Dzend_ast.c837 if (ast->kind == ZEND_AST_STMT_LIST || in zend_ast_export_stmt()
1137 case ZEND_AST_STMT_LIST: in zend_ast_export_ex()
H A Dzend_compile.c2437 return ast->kind == ZEND_AST_STMT_LIST || ast->kind == ZEND_AST_LABEL in zend_is_unticked_stmt()
7320 while (last->kind == ZEND_AST_STMT_LIST) { in zend_compile_const()
7761 if (ast->kind == ZEND_AST_STMT_LIST) { in zend_compile_top_stmt()
7795 case ZEND_AST_STMT_LIST: in zend_compile_stmt()

Completed in 51 milliseconds