Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_language_parser.y367 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
374 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
381 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
410 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
466 { $$ = zend_ast_create_list(0, ZEND_AST_CATCH_LIST); }
605 { $$ = zend_ast_create_list(1, ZEND_AST_IF,
620 { $$ = zend_ast_create_list(1, ZEND_AST_IF,
642 { $$ = zend_ast_create_list(1, ZEND_AST_PARAM_LIST, $1); }
683 { $$ = zend_ast_create_list(1, ZEND_AST_ARG_LIST, $1); }
719 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
[all …]
H A Dzend_ast.h259 # define zend_ast_create_list(init_children, ...) \ macro
260 ZEND_AST_SPEC_CALL(zend_ast_create_list, __VA_ARGS__)
265 ZEND_API zend_ast *zend_ast_create_list(uint32_t init_children, zend_ast_kind kind, ...);
H A Dzend_ast.c363 ZEND_API zend_ast *zend_ast_create_list(uint32_t init_children, zend_ast_kind kind, ...) { in zend_ast_create_list() function
H A Dzend_compile.c6766 inline_use = zend_ast_create_list(1, ZEND_AST_USE, use); in zend_compile_group_use()
7910 args_ast = zend_ast_create_list(1, ZEND_AST_ARG_LIST, expr_ast); in zend_compile_shell_exec()

Completed in 45 milliseconds