--TEST-- Test gmdate() function : usage variation - Passing high positive and negetive float values to timestamp. --FILE-- ===DONE=== --EXPECTREGEX-- \*\*\* Testing gmdate\(\) : usage variation \*\*\* -- Testing gmdate\(\) function with float 12.3456789000e10 to timestamp -- string\((24|25)\) "(2038-01-19T03:14:07\+0000|5882-03-11T00:30:00\+0000)" -- Testing gmdate\(\) function with float -12.3456789000e10 to timestamp -- string\((24|25)\) "(1901-12-13T20:45:52\+0000|-1943-10-22T23:30:00\+0000)" ===DONE===