php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43316 About the bug #42590
Submitted: 2007-11-17 01:28 UTC Modified: 2007-11-18 13:51 UTC
From: dagdamor at simps dot ru Assigned: iliaa (profile)
Status: Not a bug Package: Strings related
PHP Version: 5.2.5 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dagdamor at simps dot ru
New email:
PHP Version: OS:

 

 [2007-11-17 01:28 UTC] dagdamor at simps dot ru
Description:
------------
http://bugs.php.net/bug.php?id=42590

I don't understand the issue... since when \v and \f are escape sequences? According to the manual (http://www.php.net/manual/en/language.types.string.php), those are just regular character sequences, backslash followed with letter.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-11-17 22:24 UTC] jani@php.net
Ilia, you propably should explain this..? :D
 [2007-11-18 13:51 UTC] iliaa@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

\v and \f are escape sequences since, well, ever. PHP due to a bug had 
simply failed to implement them before. Further more, if you are using 
heredoc or double quotes you should ALWAYS escape the \ if you want it 
to be rendered properly. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC