ID: 50389
Updated by: [email protected]
Reported By: aldekein at myevil dot info
Status: Feedback
Bug Type: Filter related
Operating System: Windows 7
PHP Version: 5.2.11
New Comment:
Oh, it was backquote, didn't paste well. :) Anyway, why should that be
stripped..? Or why it should end up as null..?
Previous Comments:
------------------------------------------------------------------------
[2009-12-04 17:43:10] aldekein at myevil dot info
Description:
------------
I try to sanitize:
Bug: "'`
I get:
Bug: \"\'`
The ` character is not sanitized. Why?
Reproduce code:
---------------
echo filter_var("\"'`", FILTER_SANITIZE_STRING,
FILTER_FLAG_STRIP_HIGH);
or
echo filter_var("\"'`", FILTER_SANITIZE_STRING);
Expected result:
----------------
\"\'\�
00 = code for ` character.
Actual result:
--------------
\"\'`
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=50389&edit=1