3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(DateTime::createFromFormat('Y-m-d\TH:i:sP[e]', '2022-02-18T00:00:00+01:00[Europe/Berlin]'));
Output for 8.1.14 - 8.1.33, 8.2.1 - 8.2.29, 8.3.0 - 8.3.26, 8.4.1 - 8.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2022-02-18 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/Berlin" }
Output for 7.4.0 - 7.4.33, 8.0.1 - 8.0.30, 8.1.0 - 8.1.13, 8.2.0
bool(false)

preferences:
103.04 ms | 407 KiB | 5 Q