Home
last modified time | relevance | path

Searched refs:ZEND_AST_USE (Results 1 – 4 of 4) sorted by last modified time

/PHP-7.3/Zend/
H A Dzend_compile.c6726 inline_use = zend_ast_create_list(1, ZEND_AST_USE, use); in zend_compile_group_use()
8302 case ZEND_AST_USE: in zend_compile_stmt()
H A Dzend_language_parser.y362 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
369 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
376 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
H A Dzend_ast.c1442 case ZEND_AST_USE: in zend_ast_export_ex()
H A Dzend_ast.h62 ZEND_AST_USE, enumerator

Completed in 127 milliseconds