diff options
author | krakjoe <joe.watkins@live.co.uk> | 2013-11-25 22:19:21 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2013-11-25 22:19:21 +0000 |
commit | 01181d194f1a4a5a888674c46136d2cf0356843f (patch) | |
tree | da0804f6eb2420682db6d512473dec1abdd72365 /phpdbg_help.c | |
parent | bd87039a91990d989f4ee7bff5a5762e8f868e86 (diff) | |
download | php-git-01181d194f1a4a5a888674c46136d2cf0356843f.tar.gz |
use tsrm_shutdown
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r-- | phpdbg_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c index c9598a712e..650025b7c1 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -234,7 +234,7 @@ PHPDBG_HELP(break) /* {{{ */ phpdbg_writeln(EMPTY); phpdbg_writeln("\t%sbreak [address] 0x7ff68f570e08", phpdbg_get_prompt(TSRMLS_C)); phpdbg_writeln("\t%sb [a] 0x7ff68f570e08", phpdbg_get_prompt(TSRMLS_C)); - phpdbg_writeln("\tWill break at the opline with the address provided (addresses are shown during execution)"); + phpdbg_writeln("\tWill break at the opline with the address provided"); phpdbg_writeln(EMPTY); phpdbg_writeln("\t%sbreak [lineno] 200", phpdbg_get_prompt(TSRMLS_C)); phpdbg_writeln("\t%sb [l] 200", phpdbg_get_prompt(TSRMLS_C)); |