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