mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Align -B and -E parameter names with cli usage (begin_code and end_code)
This commit is contained in:
parent
6e3134610c
commit
07501dc1a2
1 changed files with 8 additions and 8 deletions
|
@ -20,21 +20,21 @@ php-cgi \- PHP Common Gateway Interface 'CGI' command
|
|||
.LP
|
||||
.B php
|
||||
[options] [\-B
|
||||
.IR code ]
|
||||
.IR begin_code ]
|
||||
.B \-R
|
||||
.IR code
|
||||
[\-E
|
||||
.IR code ]
|
||||
.IR end_code ]
|
||||
[[\-\-]
|
||||
.IR args.\|.\|. ]
|
||||
.LP
|
||||
.B php
|
||||
[options] [\-B
|
||||
.IR code ]
|
||||
.IR begin_code ]
|
||||
.B \-F
|
||||
.IR file
|
||||
[\-E
|
||||
.IR code ]
|
||||
.IR end_code ]
|
||||
[[\-\-]
|
||||
.IR args.\|.\|. ]
|
||||
.LP
|
||||
|
@ -237,9 +237,9 @@ without using script tags
|
|||
.B \-\-process\-begin \fIcode\fP
|
||||
.TP
|
||||
.PD 1
|
||||
.B \-B \fIcode\fP
|
||||
.B \-B \fIbegin_code\fP
|
||||
Run PHP
|
||||
.IR code
|
||||
.IR begin_code
|
||||
before processing input lines
|
||||
.TP
|
||||
.PD 0
|
||||
|
@ -264,9 +264,9 @@ for every input line
|
|||
.B \-\-process\-end \fIcode\fP
|
||||
.TP
|
||||
.PD 1
|
||||
.B \-E \fIcode\fP
|
||||
.B \-E \fIend_code\fP
|
||||
Run PHP
|
||||
.IR code
|
||||
.IR end_code
|
||||
after processing all input lines
|
||||
.TP
|
||||
.PD 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue