mirror of
https://github.com/php/php-src.git
synced 2026-04-16 20:41:18 +02:00
9 lines
119 B
PHP
9 lines
119 B
PHP
--TEST--
|
|
Bug #55472 (ip2long(integer) returns integer)
|
|
--FILE--
|
|
<?php
|
|
var_dump(ip2long(26));
|
|
?>
|
|
--EXPECT--
|
|
bool(false)
|