3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sun_info = date_sun_info((new \DateTime(null, new \DateTimeZone('UTC')))->getTimestamp(), -0.085833, -34.76); foreach ($sun_info as $key => $val) { echo "$key: " . date("H:i:s", $val) . "\n"; }
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/N6fPu on line 2 sunrise: 10:18:57 sunset: 22:27:43 transit: 16:23:20 civil_twilight_begin: 09:59:18 civil_twilight_end: 22:47:22 nautical_twilight_begin: 09:35:14 nautical_twilight_end: 23:11:26 astronomical_twilight_begin: 09:11:10 astronomical_twilight_end: 23:35:30
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/N6fPu on line 2 sunrise: 10:18:57 sunset: 22:27:43 transit: 16:23:20 civil_twilight_begin: 09:59:18 civil_twilight_end: 22:47:22 nautical_twilight_begin: 09:35:14 nautical_twilight_end: 23:11:26 astronomical_twilight_begin: 09:11:10 astronomical_twilight_end: 23:35:30
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30
sunrise: 10:18:57 sunset: 22:27:43 transit: 16:23:20 civil_twilight_begin: 09:59:18 civil_twilight_end: 22:47:22 nautical_twilight_begin: 09:35:14 nautical_twilight_end: 23:11:26 astronomical_twilight_begin: 09:11:10 astronomical_twilight_end: 23:35:30
Output for 8.0.13
sunrise: 08:18:57 sunset: 20:27:43 transit: 14:23:20 civil_twilight_begin: 07:59:18 civil_twilight_end: 20:47:22 nautical_twilight_begin: 07:35:14 nautical_twilight_end: 21:11:26 astronomical_twilight_begin: 07:11:10 astronomical_twilight_end: 21:35:30
Output for 7.2.0 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.33
sunrise: 10:19:57 sunset: 22:26:43 transit: 16:23:20 civil_twilight_begin: 09:59:18 civil_twilight_end: 22:47:22 nautical_twilight_begin: 09:35:14 nautical_twilight_end: 23:11:26 astronomical_twilight_begin: 09:11:10 astronomical_twilight_end: 23:35:30
Output for 7.3.32 - 7.3.33
sunrise: 08:19:57 sunset: 20:26:43 transit: 14:23:20 civil_twilight_begin: 07:59:18 civil_twilight_end: 20:47:22 nautical_twilight_begin: 07:35:14 nautical_twilight_end: 21:11:26 astronomical_twilight_begin: 07:11:10 astronomical_twilight_end: 21:35:30
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20
sunrise: 10:19:49 sunset: 22:26:36 transit: 16:23:12 civil_twilight_begin: 09:59:10 civil_twilight_end: 22:47:15 nautical_twilight_begin: 09:35:06 nautical_twilight_end: 23:11:19 astronomical_twilight_begin: 09:11:02 astronomical_twilight_end: 23:35:23

preferences:
188.8 ms | 403 KiB | 223 Q