Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_language_parser.y346 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $1, $4); }
348 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $2, $5); }
353 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $1, $4);}
355 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $2, $5); }
H A Dzend_ast.h139 ZEND_AST_GROUP_USE, enumerator
H A Dzend_compile.c8562 case ZEND_AST_GROUP_USE: in zend_compile_stmt()

Completed in 28 milliseconds