PHPDBG_G(flags) |= PHPDBG_IS_STEPPING;
}
} break;
-
+
phpdbg_default_switch_case();
}
{
phpdbg_error(
"No information command selected !");
-
+
return SUCCESS;
} /* }}} */
#endif
zend_bool original_in_execution = EG(in_execution);
HashTable vars;
-
+
#if PHP_VERSION_ID < 50500
if (EG(exception)) {
return;
DO_INTERACTIVE();
}
- PHPDBG_G(vmret) = execute_data->opline->handler(execute_data TSRMLS_CC);
-
+ PHPDBG_G(vmret) = execute_data->opline->handler(execute_data TSRMLS_CC);
+
if (PHPDBG_G(vmret) > 0) {
switch (PHPDBG_G(vmret)) {
case 1: