Home
last modified time | relevance | path

Searched refs:ZEND_AST_USE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_ast.h60 ZEND_AST_USE, enumerator
H A Dzend_language_parser.y357 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
364 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
371 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
H A Dzend_ast.c1171 case ZEND_AST_USE: in zend_ast_export_ex()
H A Dzend_compile.c5638 inline_use = zend_ast_create_list(1, ZEND_AST_USE, use); in zend_compile_group_use()
7168 case ZEND_AST_USE: in zend_compile_stmt()

Completed in 48 milliseconds