Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h44 ZEND_AST_ARG_LIST = 1 << ZEND_AST_IS_LIST_SHIFT, enumerator
H A Dzend_language_parser.y655 '(' ')' { $$ = zend_ast_create_list(0, ZEND_AST_ARG_LIST); }
661 { $$ = zend_ast_create_list(1, ZEND_AST_ARG_LIST, $1); }
1039 /* empty */ { $$ = zend_ast_create_list(0, ZEND_AST_ARG_LIST); }
H A Dzend_ast.c1115 case ZEND_AST_ARG_LIST: in zend_ast_export_ex()
H A Dzend_compile.c6529 args_ast = zend_ast_create_list(1, ZEND_AST_ARG_LIST, expr_ast); in zend_compile_shell_exec()

Completed in 67 milliseconds