Fixed false -> &false;

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313041 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Shein Alexey 2011-07-07 07:30:28 +00:00
parent 960ba13c25
commit ee8b22bed4

View file

@ -1605,7 +1605,7 @@ php >
If a PHP file is given on the command line when the web server is
started it is treated as a "router" script for the web server.
The script is run at the start of each HTTP request. If this
script returns false, then the requested resource is returned
script returns &false;, then the requested resource is returned
as-is. Otherwise the script's output is returned to the browser.
</para>