1--TEST-- 2Bug #55472 (ip2long(integer) returns integer) 3--FILE-- 4<?php 5var_dump(ip2long(26)); 6?> 7--EXPECT-- 8bool(false) 9