--TEST-- Test idate() function : usage variation - Passing higher positive and negetive float values to timestamp. --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- *** Testing idate() : usage variation *** -- Testing idate() function with float 12.3456789000e10 to timestamp -- Warning: idate() expects parameter 2 to be int, float given in %s on line %d bool(false) -- Testing idate() function with float -12.3456789000e10 to timestamp -- Warning: idate() expects parameter 2 to be int, float given in %s on line %d bool(false) ===DONE===