Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_language_parser.y295 | /* empty */ { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
406 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
478 unset_variable { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
690 | global_var { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
701 | static_var { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
714 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
839 | 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.c838 if (ast->kind == ZEND_AST_STMT_LIST || in zend_ast_export_stmt()
1138 case ZEND_AST_STMT_LIST: in zend_ast_export_ex()
H A Dzend_compile.c2436 return ast->kind == ZEND_AST_STMT_LIST || ast->kind == ZEND_AST_LABEL in zend_is_unticked_stmt()
7677 while (last && last->kind == ZEND_AST_STMT_LIST) { in zend_compile_const()
8119 if (ast->kind == ZEND_AST_STMT_LIST) { in zend_compile_top_stmt()
8153 case ZEND_AST_STMT_LIST: in zend_compile_stmt()

Completed in 40 milliseconds