Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h63 ZEND_AST_USE, enumerator
H A Dzend_language_parser.y419 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
426 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
433 { $$ = zend_ast_create_list(1, ZEND_AST_USE, $1); }
H A Dzend_ast.c1650 case ZEND_AST_USE: in zend_ast_export_ex()
H A Dzend_compile.c7640 inline_use = zend_ast_create_list(1, ZEND_AST_USE, use); in zend_compile_group_use()
9474 case ZEND_AST_USE: in zend_compile_stmt()

Completed in 41 milliseconds