Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.h876 #define ZEND_PARAM_VARIADIC (1<<1) macro
H A Dzend_language_parser.y504 | T_ELLIPSIS { $$ = ZEND_PARAM_VARIADIC; }
H A Dzend_ast.c2001 if (ast->attr & ZEND_PARAM_VARIADIC) { in zend_ast_export_ex()
H A Dzend_compile.c5376 zend_bool is_variadic = (param_ast->attr & ZEND_PARAM_VARIADIC) != 0; in zend_compile_params()

Completed in 40 milliseconds