From ee8b22bed4ec196ecded1155f2d7829b49a61934 Mon Sep 17 00:00:00 2001 From: Shein Alexey Date: Thu, 7 Jul 2011 07:30:28 +0000 Subject: [PATCH] Fixed false -> &false; git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313041 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/commandline.xml b/features/commandline.xml index 72c59c0a72..9cf04424fe 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -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.