mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
- Cosmetics
This commit is contained in:
@@ -411,8 +411,7 @@ zend_vm_enter:
|
||||
execute_data TSRMLS_CC);
|
||||
|
||||
if (PHPDBG_G(stepping)) {
|
||||
while (phpdbg_interactive(
|
||||
0, NULL TSRMLS_CC) != PHPDBG_NEXT) {
|
||||
while (phpdbg_interactive(0, NULL TSRMLS_CC) != PHPDBG_NEXT) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user