Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_language_parser.y341 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $1, $4); }
343 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $2, $5); }
348 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $1, $4);}
350 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $2, $5); }
H A Dzend_ast.h136 ZEND_AST_GROUP_USE, enumerator
H A Dzend_compile.c8299 case ZEND_AST_GROUP_USE: in zend_compile_stmt()

Completed in 29 milliseconds