From a2b30c956f0d837f46c4106dc4e7ba55f158ba75 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 15 Jan 2015 17:17:37 +0000 Subject: [PATCH] Fix version of \e (was not available on Windows before, see bug #61827) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335758 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/string.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/types/string.xml b/language/types/string.xml index 8027fb2018..373cb21fdd 100644 --- a/language/types/string.xml +++ b/language/types/string.xml @@ -145,7 +145,7 @@ echo 'Variables do not $expand $either'; \e - escape (ESC or 0x1B (27) in ASCII) (since PHP 5.4.0) + escape (ESC or 0x1B (27) in ASCII) (since PHP 5.4.4) \f