Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_language_parser.y357 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
364 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
371 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
400 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
456 { $$ = zend_ast_create_list(0, ZEND_AST_CATCH_LIST); }
588 { $$ = zend_ast_create_list(1, ZEND_AST_IF,
603 { $$ = zend_ast_create_list(1, ZEND_AST_IF,
661 { $$ = zend_ast_create_list(1, ZEND_AST_ARG_LIST, $1); }
697 { $$ = zend_ast_create_list(0, ZEND_AST_STMT_LIST); }
1176 { $$ = zend_ast_create_list(1, ZEND_AST_LIST, $1); }
[all …]
H A Dzend_ast.h204 ZEND_API zend_ast *zend_ast_create_list(uint32_t init_children, zend_ast_kind kind, ...);
H A Dzend_ast.c146 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.c5638 inline_use = zend_ast_create_list(1, ZEND_AST_USE, use); in zend_compile_group_use()
6529 args_ast = zend_ast_create_list(1, ZEND_AST_ARG_LIST, expr_ast); in zend_compile_shell_exec()

Completed in 45 milliseconds