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.