1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00
Files
archived-php-src/ext/standard/tests/network/bug55472.phpt
2015-07-24 01:23:33 +02:00

9 lines
119 B
PHP

--TEST--
Bug #55472 (ip2long(integer) returns integer)
--FILE--
<?php
var_dump(ip2long(26));
?>
--EXPECT--
bool(false)