Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_parser.y443 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
450 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
457 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
488 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
541 { $$ = zend_ast_create_list(0, ZEND_AST_CATCH_LIST); }
756 { $$ = zend_ast_create_list(1, ZEND_AST_IF,
771 { $$ = zend_ast_create_list(1, ZEND_AST_IF,
793 { $$ = zend_ast_create_list(1, ZEND_AST_PARAM_LIST, $1); }
904 { $$ = zend_ast_create_list(1, ZEND_AST_ARG_LIST, $1); }
941 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
[all …]
H A Dzend_ast.h294 # define zend_ast_create_list(init_children, ...) \ macro
295 ZEND_AST_SPEC_CALL(zend_ast_create_list, __VA_ARGS__)
300 ZEND_API zend_ast *zend_ast_create_list(uint32_t init_children, zend_ast_kind kind, ...);
H A Dzend_compile.c8480 stmt_ast = zend_ast_create_list(1, ZEND_AST_STMT_LIST, stmt_ast); in zend_compile_property_hooks()
8490 hook->child[0] = zend_ast_create_list(0, ZEND_AST_PARAM_LIST); in zend_compile_property_hooks()
8524 hook->child[0] = zend_ast_create_list(1, ZEND_AST_PARAM_LIST, param); in zend_compile_property_hooks()
9388 inline_use = zend_ast_create_list(1, ZEND_AST_USE, use); in zend_compile_group_use()
10625 args_ast = zend_ast_create_list(1, ZEND_AST_ARG_LIST, expr_ast); in zend_compile_shell_exec()
H A Dzend_ast.c427 ZEND_API zend_ast *zend_ast_create_list(uint32_t init_children, zend_ast_kind kind, ...) { in zend_ast_create_list() function

Completed in 48 milliseconds