3v4l.org

run code in 500+ PHP versions simultaneously
<?php new \DateTimeImmutable('hoge');
Output for 8.3.0 - 8.3.33, 8.4.1 - 8.4.24, 8.5.0 - 8.5.9
Fatal error: Uncaught DateMalformedStringException: Failed to parse time string (hoge) at position 0 (h): The timezone could not be found in the database in /in/u3gtT:3 Stack trace: #0 /in/u3gtT(3): DateTimeImmutable->__construct('hoge') #1 {main} thrown in /in/u3gtT on line 3
Process exited with code 255.
Output for 8.1.0 - 8.1.34, 8.2.0 - 8.2.32
Fatal error: Uncaught Exception: Failed to parse time string (hoge) at position 0 (h): The timezone could not be found in the database in /in/u3gtT:3 Stack trace: #0 /in/u3gtT(3): DateTimeImmutable->__construct('hoge') #1 {main} thrown in /in/u3gtT on line 3
Process exited with code 255.
Output for 8.0.1 - 8.0.30
Fatal error: Uncaught Exception: DateTimeImmutable::__construct(): Failed to parse time string (hoge) at position 0 (h): The timezone could not be found in the database in /in/u3gtT:3 Stack trace: #0 /in/u3gtT(3): DateTimeImmutable->__construct('hoge') #1 {main} thrown in /in/u3gtT on line 3
Process exited with code 255.

preferences:
86.82 ms | 1190 KiB | 4 Q