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
This commit is contained in:
Philip Olson 2011-11-30 21:32:02 +00:00
parent 3c57264652
commit 0fa36ed5cc

View file

@ -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>