Home
last modified time | relevance | path

Searched refs:ZEND_AST_PARAM_LIST (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_ast.h56 ZEND_AST_PARAM_LIST, enumerator
H A Dzend_language_parser.y780 | %empty { $$ = zend_ast_create_list(0, ZEND_AST_PARAM_LIST); }
786 { $$ = zend_ast_create_list(1, ZEND_AST_PARAM_LIST, $1); }
H A Dzend_ast.c1860 case ZEND_AST_PARAM_LIST: in zend_ast_export_ex()

Completed in 21 milliseconds