--TEST-- Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- *** Testing getdate() : usage variation *** -- Testing getdate() function by passing float 12.3456789000e10 value to timestamp -- Warning: getdate() expects parameter 1 to be integer, float given in %s on line %d bool(false) -- Testing getdate() function by passing float -12.3456789000e10 value to timestamp -- Warning: getdate() expects parameter 1 to be integer, float given in %s on line %d bool(false) ===DONE===