diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 2a2cf81a2b5..a4812c0bd31 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -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; } }