Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../nikic/../telnyx/../brick/../maximebf/../paragonie/../.././bootstrap/../vendor/phpunit/./../psr/.././symfony/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

مشاهدة ملف: DateException.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 DateException extends Exception
    {
    }
}