Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 3.7.2

Request #13365 Allow '\x' in double quotes
Submitted: 2008-03-10 17:01 UTC
From: rtx Assigned: squiz
Status: Closed Package: PHP_CodeSniffer (version 1.0.1)
PHP Version: Irrelevant OS:
Roadmaps: 1.1.0    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 30 - 8 = ?

 
 [2008-03-10 17:01 UTC] rtx (Roman Tvrdy)
Description: ------------ Allow '\x' as double quoted string as default. Just now here is error, if characters in source are hexadecimal. Test script: --------------- In file DoubleQuoteUsageSniff.php on line 85 : $allowedChars = array( '\n', '\r', '\t', '\x', // allow this '\'', );

Comments

 [2008-03-20 02:45 UTC] squiz (Greg Sherwood)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.