diff options
| author | Marcus Boerger <helly@php.net> | 2004-05-02 09:14:02 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-05-02 09:14:02 +0000 |
| commit | 9216b3d182029c0a486571dd35e1c2ecb9720679 (patch) | |
| tree | b0f1df8a4f26583d7b05ec7cc32610e4c790d4ff /sapi/cli | |
| parent | 17a4cea930a232b27841201b719f046b1d80b0f1 (diff) | |
| download | php-git-9216b3d182029c0a486571dd35e1c2ecb9720679.tar.gz | |
Add a notice on STDIN
Diffstat (limited to 'sapi/cli')
| -rw-r--r-- | sapi/cli/php.1.in | 7 |
1 files changed, 6 insertions, 1 deletions
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 |
