|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-05-17 17:18 UTC] geoffers+phpbugs at gmail dot com
[2009-06-07 17:00 UTC] birki456 at hotmail dot com
[2009-07-10 18:38 UTC] jani@php.net
[2009-07-16 23:33 UTC] felipe@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 15:00:01 2025 UTC |
Description: ------------ The string '0:0:0:255.255.255.255' is not a valid IPv6 address. The filter extension allows it. Reproduce code: --------------- var_dump(filter_var('0:0:0:255.255.255.255', FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)); Expected result: ---------------- bool(false) Actual result: -------------- string(21) "0:0:0:255.255.255.255"