ID: 48808 Comment by: sjoerd-php at linuxonly dot nl Reported By: [email protected] Status: Assigned Bug Type: Filter related Operating System: Linux PHP Version: 5.2CVS-2009-07-05 (CVS) Assigned To: iliaa New Comment:
Maybe already fixed while fixing bug #48718. Previous Comments: ------------------------------------------------------------------------ [2009-07-05 17:13:58] [email protected] Description: ------------ See below. Tested with 5.2 and 5.3CVS. Reproduce code: --------------- var_dump(filter_var("[email protected]", FILTER_VALIDATE_EMAIL)); Expected result: ---------------- bool(false) Actual result: -------------- string(5) "[email protected]" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48808&edit=1
