DEBSOURCES
Skip Quicknav
sources / php5 / 5.6.7%2Bdfsg-1 / tests / lang / bug30726.phpt
12345678
--TEST-- Bug #30726 (-.1 like numbers are not being handled correctly) --FILE-- <?php echo (int) is_float('-.1' * 2), "\n"; ?> --EXPECT-- 1