Skip to content

Commit 2e66754

Browse files
committed
Replace incorrect E command with ev in watch help
Fixes #95
1 parent 62b6cdb commit 2e66754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpdbg_help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ phpdbg_help_text_t phpdbg_help_text[] = {
629629

630630
"**Examples**" CR CR
631631
" $P frame 2" CR
632-
" $P E $count" CR
632+
" $P ev $count" CR
633633
" Go to frame 2 and print out variable **$count** in that frame" CR CR
634634

635635
"Note that this frame scope is discarded when execution continues, with the execution frame "

0 commit comments

Comments
 (0)