Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/csv/../.././vendor/maennchen/../dragonmantank/../phpoffice/../dflydev/../symfony/event-dispatcher/../polyfill-php83/../polyfill-php83/Resources/stubs
الملفات الموجودة في هذا الـ Path:
.
..
DateError.php
DateException.php
DateInvalidOperationException.php
DateInvalidTimeZoneException.php
DateMalformedIntervalStringException.php
DateMalformedPeriodStringException.php
DateMalformedStringException.php
DateObjectError.php
DateRangeError.php
Override.php

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

<?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.
 */

if (\PHP_VERSION_ID < 80300) {
    class DateMalformedStringException extends DateException
    {
    }
}