Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ast.h44 ZEND_AST_ARG_LIST = 1 << ZEND_AST_IS_LIST_SHIFT, enumerator
H A Dzend_language_parser.y667 '(' ')' { $$ = zend_ast_create_list(0, ZEND_AST_ARG_LIST); }
673 { $$ = zend_ast_create_list(1, ZEND_AST_ARG_LIST, $1); }
1057 /* empty */ { $$ = zend_ast_create_list(0, ZEND_AST_ARG_LIST); }
H A Dzend_ast.c1121 case ZEND_AST_ARG_LIST: in zend_ast_export_ex()
H A Dzend_compile.c7229 args_ast = zend_ast_create_list(1, ZEND_AST_ARG_LIST, expr_ast); in zend_compile_shell_exec()

Completed in 47 milliseconds