diff options
author | Felipe Pena <felipensp@gmail.com> | 2013-11-25 19:46:06 -0200 |
---|---|---|
committer | Felipe Pena <felipensp@gmail.com> | 2013-11-25 19:46:06 -0200 |
commit | bd87039a91990d989f4ee7bff5a5762e8f868e86 (patch) | |
tree | 1d40a6bd6849b2bde84b6bfcf8830416c07a42a7 /phpdbg_set.c | |
parent | d50e2546c73380cb811cbdc44472bcc5bf94acd0 (diff) | |
download | php-git-bd87039a91990d989f4ee7bff5a5762e8f868e86.tar.gz |
- Rename command to "set break"
Diffstat (limited to 'phpdbg_set.c')
-rw-r--r-- | phpdbg_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_set.c b/phpdbg_set.c index 7c73192007..f3265604d0 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -41,7 +41,7 @@ PHPDBG_SET(prompt) /* {{{ */ return SUCCESS; } /* }}} */ -PHPDBG_SET(breakpoint) /* {{{ */ +PHPDBG_SET(break) /* {{{ */ { switch (param->type) { case EMPTY_PARAM: |