--TEST-- Test date_sunrise() function : usage variation - Passing high positive and negative float values to time argument. --FILE-- ===DONE=== --EXPECTREGEX-- \*\*\* Testing date_sunrise\(\) : usage variation \*\*\* -- Testing date_sunrise\(\) function by passing float 12.3456789000e10 value to time -- unicode\(5\) "(08:53|07:49)" float\((8.883[0-9]*|8.883[0-9]*|7.821[0-9]*)\) int\((-2147466915|123456811756)\) -- Testing date_sunrise\(\) function by passing float -12.3456789000e10 value to time -- unicode\(5\) "(08:48|08:04)" float\((8.810[0-9]*|8.074[0-9]*)\) int\((-2147443882|-123456761731)\) ===DONE===