From 0fa36ed5cc43f9e4a46cdfef83710b4f1ac4c970 Mon Sep 17 00:00:00 2001 From: Philip Olson <philip@php.net> Date: Wed, 30 Nov 2011 21:32:02 +0000 Subject: [PATCH] Added \e documentation via a patch from Mick Weiss. Documents PHP bug #60350 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320209 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/string.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/language/types/string.xml b/language/types/string.xml index a67d28a33b..ad50f463c6 100644 --- a/language/types/string.xml +++ b/language/types/string.xml @@ -146,6 +146,10 @@ echo 'Variables do not $expand $either'; <entry><literal>\v</literal></entry> <entry>vertical tab (VT or 0x0B (11) in ASCII) (since PHP 5.2.5)</entry> </row> + <row> + <entry><literal>\e</literal></entry> + <entry>escape (ESC or 0x1B (27) in ASCII) (since PHP 5.4.0)</entry> + </row> <row> <entry><literal>\f</literal></entry> <entry>form feed (FF or 0x0C (12) in ASCII) (since PHP 5.2.5)</entry>