summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r--Zend/zend_alloc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c
index c4a431e8e8..21bcc40c0f 100644
--- a/Zend/zend_alloc.c
+++ b/Zend/zend_alloc.c
@@ -459,6 +459,12 @@ ZEND_API int _mem_block_check(void *ptr, int silent, char *filename, int lineno)
fprintf(stderr,"Unknown\n");
}
}
+
+ if (had_problems) {
+ int foo = 5;
+
+ foo+=1;
+ }
if (!silent) {
fprintf(stderr,"---------------------------------------\n");