Edit report at http://bugs.php.net/bug.php?id=53312&edit=1

 ID:                 53312
 Updated by:         paj...@php.net
 Reported by:        kyn at vip dot 163 dot com
 Summary:            function ffiilter_var had problem with like
                     x...@xx.xx.com address.
-Status:             Closed
+Status:             Feedback
 Type:               Bug
 Package:            Strings related
 Operating System:   centos 5.3
 PHP Version:        5.3.0
 Block user comment: N

 New Comment:

Please try using this snapshot:

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

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




Previous Comments:
------------------------------------------------------------------------
[2010-11-15 13:26:42] kyn at vip dot 163 dot com

sorry, i am wrong, i use 5.3.0

------------------------------------------------------------------------
[2010-11-15 04:48:04] ras...@php.net

Are you sure you are using PHP 5.3.3?  I just tested your code here and
it works 

fine on PHP 5.3.3/Centos:



12:35pm vm:~> php -v

PHP 5.3.3 (cli) (built: Oct 20 2010 15:24:49) 

12:35pm vm:~> php -a

Interactive shell



php > var_dump(filter_var('b...@vip.163.com', FILTER_VALIDATE_EMAIL));

string(15) "b...@vip.163.com"

------------------------------------------------------------------------
[2010-11-15 04:42:05] kyn at vip dot 163 dot com

Description:
------------
the b...@vip.163.com is truly email address, but fiilter_var didnot think
the email is valid.



Test script:
---------------
<?php

var_dump(filter_var('b...@vip.163.com', FILTER_VALIDATE_EMAIL));

?>





Expected result:
----------------
bool(true)

Actual result:
--------------
bool(false)


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=53312&edit=1

Reply via email to