ID:               50389
 Updated by:       j...@php.net
 Reported By:      aldekein at myevil dot info
-Status:           Open
+Status:           Feedback
 Bug Type:         Filter related
 Operating System: Windows 7
 PHP Version:      5.2.11
 New Comment:

Please try using this snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

Works fine for me.


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

Reply via email to