Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.c1536 case ZEND_AST_USE: in zend_ast_export_ex()
H A Dzend_ast.h63 ZEND_AST_USE, enumerator
H A Dzend_compile.c6766 inline_use = zend_ast_create_list(1, ZEND_AST_USE, use); in zend_compile_group_use()
8565 case ZEND_AST_USE: in zend_compile_stmt()
H A Dzend_language_parser.y367 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
374 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
381 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }

Completed in 57 milliseconds