Searched refs:ZEND_AST_GROUP_USE (Results 1 – 3 of 3) sorted by relevance
132 ZEND_AST_GROUP_USE, enumerator
342 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $1, $4); }344 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $2, $5); }349 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $1, $4);}351 { $$ = zend_ast_create(ZEND_AST_GROUP_USE, $2, $5); }
7866 case ZEND_AST_GROUP_USE: in zend_compile_stmt()
Completed in 34 milliseconds