php-src/tests/lang/bug30726.phpt
2005-01-18 11:53:49 +00:00

9 lines
140 B
PHP

--TEST--
Bug #30726 (-.1 like numbers are not being handled correctly)
--FILE--
<?php
echo (int) is_float('-.1' * 2), "\n";
?>
--EXPECT--
1