Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h144 ZEND_AST_GROUP_USE, enumerator
H A Dzend_language_parser.y402 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $1, $4); }
407 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $1, $4);}
H A Dzend_compile.c9471 case ZEND_AST_GROUP_USE: in zend_compile_stmt()

Completed in 35 milliseconds