<?php/* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */useSymfony\Polyfill\Intl\Normalizerasp;if(\PHP_VERSION_ID>=80000){returnrequire__DIR__.'/bootstrap80.php';}if(!function_exists('normalizer_is_normalized')){functionnormalizer_is_normalized($string,$form=p\Normalizer::FORM_C){returnp\Normalizer::isNormalized($string,$form);}}if(!function_exists('normalizer_normalize')){functionnormalizer_normalize($string,$form=p\Normalizer::FORM_C){returnp\Normalizer::normalize($string,$form);}}