1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
This commit is contained in:
krakjoe
2014-02-18 09:13:42 +00:00
parent 791828d00c
commit 8da9b7e3a2
+1 -1
View 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;