From d355f93c42aec309f412b317c1e15b088b3fda79 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 23 Aug 2016 11:04:01 +0000 Subject: [PATCH] Fix #72921: The characters #& are not correctly displayed in the used font "Fira Sans" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339925 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/exec/functions/escapeshellcmd.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/exec/functions/escapeshellcmd.xml b/reference/exec/functions/escapeshellcmd.xml index 6d00ab7f81..36f13521d2 100644 --- a/reference/exec/functions/escapeshellcmd.xml +++ b/reference/exec/functions/escapeshellcmd.xml @@ -25,7 +25,7 @@ Following characters are preceded by a backslash: - #&;`|*?~<>^()[]{}$\, \x0A + &#;`|*?~<>^()[]{}$\, \x0A and \xFF. ' and " are escaped only if they are not paired. In Windows, all these characters plus % and ! are replaced by a space instead.