]> granicus.if.org Git - php/commitdiff
- Remove unreachable code
authorAndi Gutmans <andi@php.net>
Mon, 1 Jan 2001 17:59:08 +0000 (17:59 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 1 Jan 2001 17:59:08 +0000 (17:59 +0000)
Zend/zend_execute.c

index 945c65684d8ae1d99160b1a97f1c0e7f02969da9..d065c956fa39fd6c0e113b7f71742107e0117f17 100644 (file)
@@ -1820,7 +1820,7 @@ send_by_ref:
                                        FREE_OP(&opline->op2, EG(free_op2));
                                        continue;
                                }
-                               NEXT_OPCODE();
+                               /* Never reaches this point */
                        case ZEND_CASE: {
                                        int switch_expr_is_overloaded=0;