ID: 48808 Updated by: fel...@php.net Reported By: fel...@php.net -Status: Open +Status: Assigned Bug Type: Filter related Operating System: Linux PHP Version: 5.2CVS-2009-07-05 (CVS) -Assigned To: +Assigned To: iliaa
Previous Comments: ------------------------------------------------------------------------ [2009-07-05 17:13:58] fel...@php.net Description: ------------ See below. Tested with 5.2 and 5.3CVS. Reproduce code: --------------- var_dump(filter_var("-...@a.-", FILTER_VALIDATE_EMAIL)); Expected result: ---------------- bool(false) Actual result: -------------- string(5) "-...@a.-" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48808&edit=1