summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-10-12 22:16:11 +0200
committerBob Weinand <bobwei9@hotmail.com>2016-10-12 22:16:11 +0200
commit671d8054f85d2dec1a00201a73ab792847c13919 (patch)
treee306f10a6fe93b5f908a1a66c3026587ec29876a /sapi/phpdbg/phpdbg.c
parentc4c2cce37dd99bbcf1411ad8d6884c3c927d7bc9 (diff)
downloadphp-git-671d8054f85d2dec1a00201a73ab792847c13919.tar.gz
Fix accidental PHPDBG_ABI break
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
-rw-r--r--sapi/phpdbg/phpdbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c
index 45eb068e32..308aab6431 100644
--- a/sapi/phpdbg/phpdbg.c
+++ b/sapi/phpdbg/phpdbg.c
@@ -341,7 +341,7 @@ static PHP_FUNCTION(phpdbg_break_file)
return;
}
- phpdbg_set_breakpoint_file(file, 0, line);
+ phpdbg_set_breakpoint_file(file, line);
} /* }}} */
/* {{{ proto void phpdbg_break_method(string class, string method) */