ID: 26667 User updated by: ovdspek at liacs dot nl Reported By: ovdspek at liacs dot nl Status: Open Bug Type: Unknown/Other Function Operating System: Windows NT 4 SP 6 -PHP Version: 4.3.4 +PHP Version: 4.3.3 New Comment:
I made a mistake, I'm running 4.3.3: http://62.216.18.38/temp/a.php http://62.216.18.38/temp/a.phps http://62.216.18.38/temp/info.php Previous Comments: ------------------------------------------------------------------------ [2003-12-19 06:41:47] [EMAIL PROTECTED] hmm, works for me: [EMAIL PROTECTED]:~$ php-4.3dev -r 'echo ip2long(""); ' -1 ------------------------------------------------------------------------ [2003-12-19 06:22:34] ovdspek at liacs dot nl Description: ------------ ip2long returns 0 if the input is an empty string. However, an empty string is not valid, so it should return -1. "The function ip2long() generates an IPv4 Internet network address from its Internet standard format (dotted string) representation. If ip_address is invalid than -1 is returned. Note that -1 does not evaluate as FALSE in PHP." Reproduce code: --------------- <?php echo ip2long(""); ?> Expected result: ---------------- -1 Actual result: -------------- 0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26667&edit=1
