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:13 UTC Return to Bug #60350 | Download this patchThis patch renders other patches obsolete Obsolete patches:
Developer: php@mickweiss.comIndex: 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.0)</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-2024 The PHP Group All rights reserved. |
Last updated: Thu Nov 21 11:01:29 2024 UTC |