3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(date_sun_info(strtotime("2013-01-01"),-44.5,-176.2));
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.3.22 - 8.3.28, 8.4.8 - 8.4.14, 8.5.0 - 8.5.1
array(9) { ["sunrise"]=> int(1357056284) ["sunset"]=> int(1357111959) ["transit"]=> int(1357084122) ["civil_twilight_begin"]=> int(1357054104) ["civil_twilight_end"]=> int(1357114139) ["nautical_twilight_begin"]=> int(1357051229) ["nautical_twilight_end"]=> int(1357117014) ["astronomical_twilight_begin"]=> int(1357047555) ["astronomical_twilight_end"]=> int(1357120688) }
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.21, 8.4.1 - 8.4.7
array(9) { ["sunrise"]=> int(1357056183) ["sunset"]=> int(1357112061) ["transit"]=> int(1357084122) ["civil_twilight_begin"]=> int(1357054104) ["civil_twilight_end"]=> int(1357114139) ["nautical_twilight_begin"]=> int(1357051229) ["nautical_twilight_end"]=> int(1357117014) ["astronomical_twilight_begin"]=> int(1357047555) ["astronomical_twilight_end"]=> int(1357120688) }
Output for 5.5.0 - 5.5.36, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25
array(9) { ["sunrise"]=> int(1357056310) ["sunset"]=> int(1357111959) ["transit"]=> int(1357084134) ["civil_twilight_begin"]=> int(1357054132) ["civil_twilight_end"]=> int(1357114137) ["nautical_twilight_begin"]=> int(1357051261) ["nautical_twilight_end"]=> int(1357117008) ["astronomical_twilight_begin"]=> int(1357047597) ["astronomical_twilight_end"]=> int(1357120671) }

preferences:
145.1 ms | 412 KiB | 5 Q