]> granicus.if.org Git - php/commitdiff
fix #70
authorkrakjoe <joe.watkins@live.co.uk>
Tue, 18 Feb 2014 09:13:42 +0000 (09:13 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Tue, 18 Feb 2014 09:13:42 +0000 (09:13 +0000)
phpdbg_print.c

index 5e3129ad7fb9c52e2d7afd24173458503195639b..7e549a277932e6bbee3e7014d8e5daa7d563c7fd 100644 (file)
@@ -87,7 +87,7 @@ static inline void phpdbg_print_function_helper(zend_function *method TSRMLS_DC)
                                                phpdbg_error("\tFailed to decode opline %16p", opline);
                                        }
                                        opline++;
-                               } while (++opcode < end);
+                               } while (opcode++ < end);
                                zend_hash_destroy(&vars);
                        }
                } break;