### Description The following code: ```php var_dump(filter_var('::ffff:0:1', FILTER_VALIDATE_IP, FILTER_FLAG_NO_RES_RANGE)); ``` Resulted in this output: ``` string(10) "::ffff:0:1" ``` But I expected this output instead: ``` bool(false) ``` See https://3v4l.org/BF36t ### PHP Version Any ### Operating System _No response_