From: Marcus Boerger Date: Sun, 2 May 2004 09:14:02 +0000 (+0000) Subject: Add a notice on STDIN X-Git-Tag: RELEASE_0_1~310 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9216b3d182029c0a486571dd35e1c2ecb9720679;p=php Add a notice on STDIN --- diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index 9aad3a138f..6e0bfdfe8f 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -90,7 +90,12 @@ contains the number of the actual line being processed. Further more the paramters \-B and \-E can be used to execute .IR code (see \-r) before and -after all input lines have been processed respectively. +after all input lines have been processed respectively. Notice that the +input is read from +.B STDIN +and therefore reading from +.B STDIN +explicitly changes the next input line or skips input lines. .LP If none of \-r \-f \-B \-R \-F or \-E is present but a single parameter is given then this parameter is taken as the filename to parse and execute (same as