/var/www/vhosts/ihelp.ro/httpdocs/vendor/symfony/polyfill-intl-normalizer
NameSizeModeActions
Resources/-0755rm
bootstrap.php7250644editdlrm
bootstrap80.php7190644editdlrm
composer.json10910644editdlrm
LICENSE10680644editdlrm
Normalizer.php95720644editdlrm
README.md4320644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php (719B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ use Symfony\Polyfill\Intl\Normalizer as p; if (!function_exists('normalizer_is_normalized')) { function normalizer_is_normalized(?string $string, ?int $form = p\Normalizer::FORM_C): bool { return p\Normalizer::isNormalized((string) $string, (int) $form); } } if (!function_exists('normalizer_normalize')) { function normalizer_normalize(?string $string, ?int $form = p\Normalizer::FORM_C): string|false { return p\Normalizer::normalize((string) $string, (int) $form); } }