Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_language_parser.y299 | /* empty */ { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
410 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
482 unset_variable { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
695 | global_var { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
706 | static_var { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
719 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
845 | echo_expr { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
H A Dzend_ast.h52 ZEND_AST_STMT_LIST, enumerator
H A Dzend_ast.c1168 if (ast->kind == ZEND_AST_STMT_LIST || in zend_ast_export_stmt()
1485 case ZEND_AST_STMT_LIST: in zend_ast_export_ex()
H A Dzend_compile.c2209 return ast->kind == ZEND_AST_STMT_LIST || ast->kind == ZEND_AST_LABEL in zend_is_unticked_stmt()
8011 while (last && last->kind == ZEND_AST_STMT_LIST) { in zend_compile_const()
8452 if (ast->kind == ZEND_AST_STMT_LIST) { in zend_compile_top_stmt()
8491 case ZEND_AST_STMT_LIST: in zend_compile_stmt()

Completed in 32 milliseconds