|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-05-06 11:50 UTC] cmb@php.net
-Status: Open
+Status: Verified
[2015-05-06 11:50 UTC] cmb@php.net
[2015-05-08 06:12 UTC] rasmus@php.net
-Status: Verified
+Status: Not a bug
[2015-05-08 06:12 UTC] rasmus@php.net
[2015-05-08 06:30 UTC] yohgaki@php.net
[2015-05-08 07:23 UTC] rasmus@php.net
[2015-05-14 09:50 UTC] a at b dot c dot de
[2019-10-11 06:18 UTC] ated2019 at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 03:00:01 2025 UTC |
Description: ------------ Validation of long e-mail addresses with filter_var and FILTER_VALIDATE_EMAIL fails. Test script: --------------- var_dump(filter_var('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@foo.com', FILTER_VALIDATE_EMAIL)); Expected result: ---------------- string(78) "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@foo.com" Actual result: -------------- bool(false)