From d78803af92044668f3ea38973c10d6061c5bb2ec Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 21 Nov 2007 11:41:15 +0000 Subject: [PATCH] STD* with reading from stdin (bug #43283) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246589 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/features/commandline.xml b/features/commandline.xml index 3932a1203d..cc342ffd5a 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -289,6 +289,12 @@ php -r 'fwrite(STDERR, "stderr\n");' You do not need to explicitly close these streams, as they are closed automatically by PHP when your script ends. + + + These constants are not available in case of reading PHP script from + stdin. + +