<?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(!function_exists('normalizer_is_normalized')){functionnormalizer_is_normalized($input,$form=p\Normalizer::NFC){returnp\Normalizer::isNormalized($input,$form);}}if(!function_exists('normalizer_normalize')){functionnormalizer_normalize($input,$form=p\Normalizer::NFC){returnp\Normalizer::normalize($input,$form);}}