3v4l.org

run code in 300+ PHP versions simultaneously
<?php // The IntlDateFormatter::FULL arguments are optional in PHP 8.1. $fmt = new IntlDateFormatter('de_DE', IntlDateFormatter::FULL, IntlDateFormatter::FULL); $fmt->setPattern('MMM'); var_dump($fmt->format(new DateTime));

preferences:
43.02 ms | 402 KiB | 5 Q