Searched refs:ZEND_AST_PRE_DEC (Results 1 – 4 of 4) sorted by relevance
83 ZEND_AST_PRE_DEC, enumerator
890 | T_DEC variable { $$ = zend_ast_create(ZEND_AST_PRE_DEC, $2); }
1277 case ZEND_AST_PRE_DEC: in zend_ast_export_ex()
6190 ZEND_ASSERT(ast->kind == ZEND_AST_PRE_INC || ast->kind == ZEND_AST_PRE_DEC); in zend_compile_pre_incdec()7254 case ZEND_AST_PRE_DEC: in zend_compile_expr()
Completed in 32 milliseconds