php-src/ext/standard/tests/general_functions/sunfuncts.phpt

45 lines
1.5 KiB
Plaintext
Raw Normal View History

--TEST--
2003-02-17 05:02:05 +00:00
date_sunrise() and date_sunset() functions
--INI--
precision=13
--FILE--
<?php
putenv ("TZ=Asia/Jerusalem");
for($a=1;$a<=12;$a++){
echo date_sunrise(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_TIMESTAMP,31.76670,35.23330,90.83,2)." ";
echo date_sunrise(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_STRING,31.76670,35.23330,90.83,2)." ";
echo date_sunrise(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_DOUBLE,31.76670,35.23330,90.83,2)."\n";
echo date_sunset(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_TIMESTAMP,31.76670,35.23330,90.83,2)." ";
echo date_sunset(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_STRING,31.76670,35.23330,90.83,2)." ";
echo date_sunset(mktime(1,1,1,$a,1,2003),SUNFUNCS_RET_DOUBLE,31.76670,35.23330,90.83,2)."\n";
}
?>
--EXPECT--
1041293199 06:39 6.652455761896
1041293806 16:46 16.76937486746
1043971592 06:32 6.54537029266
1043972233 17:13 17.21752470874
1046390766 06:06 6.115652675685
1046391456 17:36 17.6108549623
1049069128 05:28 5.472742029069
1049069878 17:58 17.97255258437
1051661094 04:54 4.901229982859
1051661898 18:18 18.31368876948
1054339474 04:34 4.57442928945
1054340319 18:39 18.65640094324
1056931476 04:36 4.616120450519
1056932328 18:48 18.80887165777
1059609894 04:54 4.906882509836
1059610715 18:35 18.59928600203
1062288314 05:14 5.236889557074
1062289083 18:03 18.06054178788
1064880332 05:32 5.542366581139
1064881044 17:24 17.41150561492
1067558754 05:54 5.916208842058
1067559410 16:50 16.83369857063
1070150780 06:20 6.34622155207
1070151395 16:35 16.58358905554