php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #43356 [Strings] descriptions for new escape sequences are missing
Submitted: 2007-11-21 03:13 UTC Modified: 2007-11-21 11:05 UTC
From: carsten_sttgt at gmx dot de Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: carsten_sttgt at gmx dot de
New email:
PHP Version: OS:

 

 [2007-11-21 03:13 UTC] carsten_sttgt at gmx dot de
Description:
------------
Since PHP 5.2.5, you can use the escape
sequences \v and \f in double quoted and heredoc strings.

Please add also a note, that this new features can break existing
scripts.

Regards,
Carsten


Reproduce code:
---------------
http://de.php.net/manual/en/language.types.string.php#id2532096


Expected result:
----------------
Table 11.1. Escaped characters
\v - vertical tab (VT or 0x11 (11) in ASCII)
\f - form feed (FF or 0x12 (12) in ASCII)


Actual result:
--------------
Table 11.1. Escaped characters

(nothing about \v and \f)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-11-21 11:05 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 14:01:32 2024 UTC