mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
fix #70
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user