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

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



Previous Comments:
------------------------------------------------------------------------
[2010-11-15 14:55:33] paj...@php.net

Please try using this snapshot:

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

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



------------------------------------------------------------------------
[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 https://bugs.php.net/bug.php?id=53312&edit=1

Reply via email to