Skip to content

Commit

Permalink
Merge branch 'PHP-7.0'
Browse files Browse the repository at this point in the history
* PHP-7.0:
  Add missing newlines to phpdbg's help for the run command.
  • Loading branch information
LawnGnome committed May 25, 2016
2 parents 8c9f3ff + ac29f9d commit 457d3ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sapi/phpdbg/phpdbg_help.c
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,9 @@ phpdbg_help_text_t phpdbg_help_text[] = {
{"run",
"Enter the vm, startinging execution. Execution will then continue until the next breakpoint "
"or completion of the script. Add parameters you want to use as $argv" CR CR

"**Examples**" CR CR

" $P run" CR
" $P r" CR
" Will cause execution of the context, if it is set" CR CR
Expand Down

0 comments on commit 457d3ad

Please sign in to comment.