3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sun_info = date_sun_info((new \DateTime(null, new \DateTimeZone('UTC')))->getTimestamp(), 0, 0); 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/boVQh on line 2 sunrise: 07:06:39 sunset: 19:15:30 transit: 13:11:04 civil_twilight_begin: 06:46:58 civil_twilight_end: 19:35:10 nautical_twilight_begin: 06:22:52 nautical_twilight_end: 19:59:17 astronomical_twilight_begin: 05:58:45 astronomical_twilight_end: 20:23:23
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/boVQh on line 2 sunrise: 07:06:39 sunset: 19:15:30 transit: 13:11:04 civil_twilight_begin: 06:46:58 civil_twilight_end: 19:35:10 nautical_twilight_begin: 06:22:52 nautical_twilight_end: 19:59:17 astronomical_twilight_begin: 05:58:45 astronomical_twilight_end: 20:23:23
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30
sunrise: 07:06:39 sunset: 19:15:30 transit: 13:11:04 civil_twilight_begin: 06:46:58 civil_twilight_end: 19:35:10 nautical_twilight_begin: 06:22:52 nautical_twilight_end: 19:59:17 astronomical_twilight_begin: 05:58:45 astronomical_twilight_end: 20:23:23
Output for 8.0.13
sunrise: 06:06:39 sunset: 18:15:30 transit: 12:11:04 civil_twilight_begin: 05:46:58 civil_twilight_end: 18:35:10 nautical_twilight_begin: 05:22:52 nautical_twilight_end: 18:59:17 astronomical_twilight_begin: 04:58:45 astronomical_twilight_end: 19:23:23
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
sunrise: 07:07:39 sunset: 19:14:29 transit: 13:11:04 civil_twilight_begin: 06:46:58 civil_twilight_end: 19:35:10 nautical_twilight_begin: 06:22:52 nautical_twilight_end: 19:59:17 astronomical_twilight_begin: 05:58:45 astronomical_twilight_end: 20:23:23
Output for 7.3.32 - 7.3.33
sunrise: 06:07:39 sunset: 18:14:29 transit: 12:11:04 civil_twilight_begin: 05:46:58 civil_twilight_end: 18:35:10 nautical_twilight_begin: 05:22:52 nautical_twilight_end: 18:59:17 astronomical_twilight_begin: 04:58:45 astronomical_twilight_end: 19:23:23
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.38, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
sunrise: 07:07:32 sunset: 19:14:23 transit: 13:10:58 civil_twilight_begin: 06:46:52 civil_twilight_end: 19:35:03 nautical_twilight_begin: 06:22:46 nautical_twilight_end: 19:59:09 astronomical_twilight_begin: 05:58:40 astronomical_twilight_end: 20:23:15

preferences:
249.36 ms | 403 KiB | 370 Q