mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix GH-1281: commandline description content error
This commit is contained in:
parent
eabde0419c
commit
84eaa4850b
1 changed files with 1 additions and 1 deletions
|
@ -1107,7 +1107,7 @@ $ some_application | some_filter | php | sort -u > final_output.txt
|
|||
first index (zero) always contains the name of the script as called from the
|
||||
command line. Note that, if the code is executed in-line using the command
|
||||
line switch <option>-r</option>, the value of <varname>$argv[0]</varname>
|
||||
will be just a dash (<literal>-</literal>). The same is true if the code is
|
||||
will be <literal>"Standard input code"</literal>; prior to PHP 7.2.0, it was a dash (<literal>"-"</literal>) instead. The same is true if the code is
|
||||
executed via a pipe from <literal>STDIN</literal>.
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue