3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dt = '2011-12-17 09:30:56'; var_dump( (fn($obj) => [ $obj->format('Y'), $obj->format('m'), $obj->format('d'), $obj->format('H'), $obj->format('i'), $obj->format('s') ])(date_create($dt)) );
Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
array(6) { [0]=> string(4) "2011" [1]=> string(2) "12" [2]=> string(2) "17" [3]=> string(2) "09" [4]=> string(2) "30" [5]=> string(2) "56" }

preferences:
62.29 ms | 406 KiB | 5 Q