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