|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-09-05 17:28 UTC] contact at ghetmedia dot com
[2009-09-07 02:35 UTC] svn@php.net
[2009-09-07 02:35 UTC] iliaa@php.net
[2009-10-09 17:50 UTC] svn@php.net
[2009-11-23 14:54 UTC] svn@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 17:00:02 2025 UTC |
Description: ------------ Filter_var and it's flag FILTER_SANITIZE_EMAIL do absolutely nothing. Reproduce code: --------------- echo filter_var('test@t//est.com', FILTER_SANITIZE_EMAIL); Expected result: ---------------- test@test.com Actual result: -------------- test@t//est.com