[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Fix GH-1281: commandline description content error
From:       "Christoph M. Becker" <noreply () php ! net>
Date:       2021-12-30 15:38:02
Message-ID: sdLotpVy39rbqwF9aKfvrgMLfTQBAivrOu22QbLf3dc () main ! php ! net
[Download RAW message or body]

Author: Christoph M. Becker (cmb69)
Date: 2021-12-30T16:38:19+01:00

Commit: https://github.com/php/doc-en/commit/84eaa4850b7917ef69b5c2c33271b782b0eb144a
Raw diff: https://github.com/php/doc-en/commit/84eaa4850b7917ef69b5c2c33271b782b0eb144a.diff


Fix GH-1281: commandline description content error

Changed paths:
  M  features/commandline.xml


Diff:

diff --git a/features/commandline.xml b/features/commandline.xml
index 3f86048837..98d6b3f660 100644
--- a/features/commandline.xml
+++ b/features/commandline.xml
@@ -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>
 

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic