|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch phpdoc-string_escape_code_for_ESC for Documentation problem Bug #60350Patch version 2011-11-30 21:07 UTC Return to Bug #60350 | Download this patchThis patch is obsolete Obsoleted by patches: This patch renders other patches obsolete Obsolete patches: Patch Revisions:Developer: php@mickweiss.com
Index: string.xml
===================================================================
--- string.xml (revision 319643)
+++ string.xml (working copy)
@@ -147,6 +147,10 @@
<entry>vertical tab (VT or 0x0B (11) in ASCII) (since PHP 5.2.5)</entry>
</row>
<row>
+ <entry><literal>\e</literal></entry>
+ <entry>esc (ESC or 0x1B (27) in ASCII) (since PHP 5.4)</entry>
+ </row>
+ <row>
<entry><literal>\f</literal></entry>
<entry>form feed (FF or 0x0C (12) in ASCII) (since PHP 5.2.5)</entry>
</row>
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 28 04:00:01 2025 UTC |