helly Sun May 2 05:14:02 2004 EDT Modified files: /php-src/sapi/cli php.1.in Log: Add a notice on STDIN http://cvs.php.net/diff.php/php-src/sapi/cli/php.1.in?r1=1.6&r2=1.7&ty=u Index: php-src/sapi/cli/php.1.in diff -u php-src/sapi/cli/php.1.in:1.6 php-src/sapi/cli/php.1.in:1.7 --- php-src/sapi/cli/php.1.in:1.6 Thu Jan 8 12:33:23 2004 +++ php-src/sapi/cli/php.1.in Sun May 2 05:14:02 2004 @@ -14,7 +14,7 @@ ./" | Author: Marcus Boerger <[EMAIL PROTECTED]> | ./" +----------------------------------------------------------------------+ ./" -./" $Id: php.1.in,v 1.6 2004/01/08 17:33:23 sniper Exp $ +./" $Id: php.1.in,v 1.7 2004/05/02 09:14:02 helly Exp $ ./" .TH PHP 1 "Feb 2003" "The PHP Group" "Scripting Language" .SH NAME @@ -90,7 +90,12 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php