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. + +