summaryrefslogtreecommitdiff
path: root/phpdbg_opcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'phpdbg_opcode.c')
-rw-r--r--phpdbg_opcode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpdbg_opcode.c b/phpdbg_opcode.c
index d01f08c229..fc8bd9aeaa 100644
--- a/phpdbg_opcode.c
+++ b/phpdbg_opcode.c
@@ -152,7 +152,7 @@ void phpdbg_print_opline_ex(zend_execute_data *execute_data, HashTable *vars, ze
(!(PHPDBG_G(flags) & PHPDBG_IS_QUIET) ||
(PHPDBG_G(flags) & PHPDBG_IS_STEPPING))) {
/* output line info */
- phpdbg_notice("#%- 5lu %16p %-30s %s %s",
+ phpdbg_notice("#%-5u %16p %-30s %s %s",
opline->lineno,
opline,
phpdbg_decode_opcode(opline->opcode),
@@ -161,7 +161,7 @@ void phpdbg_print_opline_ex(zend_execute_data *execute_data, HashTable *vars, ze
}
if (!ignore_flags && PHPDBG_G(oplog)) {
- phpdbg_log_ex(PHPDBG_G(oplog), "#%- 5lu %16p %-30s %s %s",
+ phpdbg_log_ex(PHPDBG_G(oplog), "#%-5u %16p %-30s %s %s",
opline->lineno,
opline,
phpdbg_decode_opcode(opline->opcode),