]> granicus.if.org Git - php/commitdiff
- Fix the bug Thies found where I forgot to change a break; to NEXT_OPCODE();
authorAndi Gutmans <andi@php.net>
Sun, 30 Jan 2000 21:17:29 +0000 (21:17 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 30 Jan 2000 21:17:29 +0000 (21:17 +0000)
- If you find anymore let me know

Zend/zend_execute.c

index 10095b556568676aea77a3f2bc4490f9b06c847c..19e25fb4c9382875a6463a861244a9dd7875bbf4 100644 (file)
@@ -1910,7 +1910,7 @@ send_by_ref:
                                        if (opline->opcode==ZEND_INIT_ARRAY) {
                                                array_init(array_ptr);
                                                if (!expr_ptr) {
-                                                       break;
+                                                       NEXT_OPCODE();
                                                }
                                        }
                                        if (opline->op1.op_type == IS_TMP_VAR) { /* temporary variable */