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