3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(IntlTimeZone::getUnknown()->toDateTimeZone());
Output for 8.3.0 - 8.3.15, 8.4.1 - 8.4.2
Fatal error: Uncaught DateInvalidTimeZoneException: DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown) in /in/E69l2:2 Stack trace: #0 [internal function]: DateTimeZone->__construct('Etc/Unknown') #1 /in/E69l2(2): IntlTimeZone->toDateTimeZone() #2 {main} thrown in /in/E69l2 on line 2
Process exited with code 255.
Output for 8.2.0 - 8.2.27
Fatal error: Uncaught Exception: DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown) in /in/E69l2:2 Stack trace: #0 [internal function]: DateTimeZone->__construct('Etc/Unknown') #1 /in/E69l2(2): IntlTimeZone->toDateTimeZone() #2 {main} thrown in /in/E69l2 on line 2
Process exited with code 255.

preferences:
42.37 ms | 407 KiB | 5 Q