xref: /PHP-5.5/tests/lang/bug30726.phpt (revision 05039431)
1--TEST--
2Bug #30726 (-.1 like numbers are not being handled correctly)
3--FILE--
4<?php
5echo (int) is_float('-.1' * 2), "\n";
6?>
7--EXPECT--
81
9