Searched refs:ZEND_AST_PARAM (Results 1 – 3 of 3) sorted by relevance
141 ZEND_AST_PARAM, enumerator
639 { $$ = zend_ast_create_ex(ZEND_AST_PARAM, $2 | $3, $1, $4, NULL); }641 { $$ = zend_ast_create_ex(ZEND_AST_PARAM, $2 | $3, $1, $4, $6); }
1618 case ZEND_AST_PARAM: in zend_ast_export_ex()
Completed in 13 milliseconds