Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_parser.y329 | %empty { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
481 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
555 unset_variable { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
911 | global_var { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
922 | static_var { $$ = zend_ast_create_list(1, ZEND_AST_STMT_LIST, $1); }
934 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
1100 | 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.c1474 if (ast->kind == ZEND_AST_STMT_LIST || in zend_ast_export_stmt()
1874 case ZEND_AST_STMT_LIST: in zend_ast_export_ex()
H A Dzend_compile.c2708 return ast->kind == ZEND_AST_STMT_LIST || ast->kind == ZEND_AST_LABEL in zend_is_unticked_stmt()
10050 while (last && last->kind == ZEND_AST_STMT_LIST) { in zend_compile_const()
10577 if (ast->kind == ZEND_AST_STMT_LIST) { in zend_compile_top_stmt()
10616 case ZEND_AST_STMT_LIST: in zend_compile_stmt()
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst94 ZEND_AST_STMT_LIST {

Completed in 60 milliseconds