Searched refs:ZEND_AST_GROUP_USE (Results 1 – 3 of 3) sorted by relevance
134 ZEND_AST_GROUP_USE, enumerator
341 { $$ = 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); }
7165 case ZEND_AST_GROUP_USE: in zend_compile_stmt()
Completed in 68 milliseconds