--TEST-- Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. --FILE-- ===DONE=== --EXPECTREGEX-- \*\*\* Testing date_sunset\(\) : usage variation \*\*\* -- Testing date_sunset\(\) function by passing float 12.3456789000e10 value to time -- unicode\(5\) "(18:40|19:28)" float\((18.676[0-9]*|18.6762[0-9]*|19.480[0-9]*)\) int\((-2147431662|123456853728)\) -- Testing date_sunset\(\) function by passing float -12.3456789000e10 value to time -- unicode\(5\) "(18:12|18:48)" float\((18.213[0-9]*|18.808[0-9]*)\) int\((-2147410031|-123456723090)\) ===DONE===