Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h149 ZEND_AST_PARAM, enumerator
H A Dzend_language_parser.y649 { $$ = zend_ast_create_ex(ZEND_AST_PARAM, $2 | $3, $1, $4, NULL); }
651 { $$ = zend_ast_create_ex(ZEND_AST_PARAM, $2 | $3, $1, $4, $6); }
H A Dzend_ast.c1990 case ZEND_AST_PARAM: in zend_ast_export_ex()

Completed in 13 milliseconds