Skip to content

Commit 20a784e

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: POST_INC_OBJ/POST_DEC_OBJ don't have optional result
2 parents 34cd6cb + c958adc commit 20a784e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Zend/Optimizer/dce.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,7 @@ static bool try_remove_var_def(context *ctx, int free_var, int use_chain, zend_o
363363
case ZEND_PRE_INC:
364364
case ZEND_PRE_DEC:
365365
case ZEND_PRE_INC_OBJ:
366-
case ZEND_POST_INC_OBJ:
367366
case ZEND_PRE_DEC_OBJ:
368-
case ZEND_POST_DEC_OBJ:
369367
case ZEND_DO_ICALL:
370368
case ZEND_DO_UCALL:
371369
case ZEND_DO_FCALL_BY_NAME:

0 commit comments

Comments
 (0)