diff options
Diffstat (limited to 'sapi/phpdbg/phpdbg_opcode.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_opcode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/phpdbg/phpdbg_opcode.c b/sapi/phpdbg/phpdbg_opcode.c index 8b6c964343..d8e8ebf1ce 100644 --- a/sapi/phpdbg/phpdbg_opcode.c +++ b/sapi/phpdbg/phpdbg_opcode.c @@ -211,8 +211,6 @@ void phpdbg_print_opline_ex(zend_execute_data *execute_data, zend_bool ignore_fl cur->next = NULL; PHPDBG_G(oplog_cur)->next = cur; PHPDBG_G(oplog_cur) = cur; -if (!execute_data->func->op_array.filename) -printf("ALETR"); } } /* }}} */ |