php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #60350
Patch phpdoc_string_escape_code_for_ESC revision 2011-11-30 21:13 UTC by php at mickweiss dot com
Patch phpdoc-string_escape_code_for_ESC revision 2011-11-30 21:07 UTC by php at mickweiss dot com
revision 2011-11-21 19:50 UTC by php at mickweiss dot com
Patch bug60350.phpt revision 2011-11-21 20:52 UTC by php at mickweiss dot com
Patch string_escape_code_for_ESC_patch revision 2011-11-21 19:37 UTC by php at mickweiss dot com

Patch phpdoc-string_escape_code_for_ESC for Documentation problem Bug #60350

Patch version 2011-11-30 21:07 UTC

Return to Bug #60350 | Download this patch
This patch is obsolete

Obsoleted by patches:

This patch renders other patches obsolete

Obsolete patches:

Patch Revisions: 2011-11-30 21:07 UTC | 2011-11-21 19:50 UTC

Developer: php@mickweiss.com



  Index: string.xml
  ===================================================================
 --- string.xml	(revision 319643)
 +++ string.xml	(working copy)
 --- 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)</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>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC