From 84eaa4850b7917ef69b5c2c33271b782b0eb144a Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 30 Dec 2021 16:38:19 +0100 Subject: [PATCH] Fix GH-1281: commandline description content error --- features/commandline.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 , the value of $argv[0] - will be just a dash (-). The same is true if the code is + will be "Standard input code"; prior to PHP 7.2.0, it was a dash ("-") instead. The same is true if the code is executed via a pipe from STDIN.