Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/phpunit/./../symfony/./mailchimp-mailer/../uid/../polyfill-intl-idn
الملفات الموجودة في هذا الـ Path:
.
..
Idn.php
Info.php
LICENSE
README.md
Resources
bootstrap.php
bootstrap80.php
composer.json

مشاهدة ملف: Info.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com> and Trevor Rowbotham <trevor.rowbotham@pm.me>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Polyfill\Intl\Idn;

/**
 * @internal
 */
class Info
{
    public $bidiDomain = false;
    public $errors = 0;
    public $validBidiDomain = true;
    public $transitionalDifferent = false;
}