Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.h51 ZEND_AST_EXPR_LIST, enumerator
H A Dzend_language_parser.y736 expr { $$ = zend_ast_create_list(1, ZEND_AST_EXPR_LIST, $1); }
1113 | expr { $$ = zend_ast_create_list(1, ZEND_AST_EXPR_LIST, $1); }
H A Dzend_ast.c1859 case ZEND_AST_EXPR_LIST: in zend_ast_export_ex()

Completed in 19 milliseconds