We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce932f6 commit e623e91Copy full SHA for e623e91
sapi/phpdbg/phpdbg_help.c
@@ -781,8 +781,10 @@ phpdbg_help_text_t phpdbg_help_text[] = {
781
782
{"run",
783
"Enter the vm, startinging execution. Execution will then continue until the next breakpoint "
784
-"or completion of the script. Add parameters you want to use as $argv"
+"or completion of the script. Add parameters you want to use as $argv" CR CR
785
+
786
"**Examples**" CR CR
787
788
" $P run" CR
789
" $P r" CR
790
" Will cause execution of the context, if it is set" CR CR
0 commit comments