Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.h61 ZEND_AST_NAME_LIST, enumerator
H A Dzend_language_parser.y540 class_name { $$ = zend_ast_create_list(1, ZEND_AST_NAME_LIST, $1); }
963 class_name { $$ = zend_ast_create_list(1, ZEND_AST_NAME_LIST, $1); }
H A Dzend_ast.c1935 case ZEND_AST_NAME_LIST: in zend_ast_export_ex()

Completed in 24 milliseconds