Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/rector/rector/src/ValueObject/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/rector/rector/src/ValueObject/PhpVersion.php
<?php

declare (strict_types=1);
namespace Rector\Core\ValueObject;

/**
 * @api
 */
final class PhpVersion
{
    /**
     * @var int
     */
    public const PHP_52 = 50200;
    /**
     * @var int
     */
    public const PHP_53 = 50300;
    /**
     * @var int
     */
    public const PHP_54 = 50400;
    /**
     * @var int
     */
    public const PHP_55 = 50500;
    /**
     * @var int
     */
    public const PHP_56 = 50600;
    /**
     * @var int
     */
    public const PHP_70 = 70000;
    /**
     * @var int
     */
    public const PHP_71 = 70100;
    /**
     * @var int
     */
    public const PHP_72 = 70200;
    /**
     * @var int
     */
    public const PHP_73 = 70300;
    /**
     * @var int
     */
    public const PHP_74 = 70400;
    /**
     * @var int
     */
    public const PHP_80 = 80000;
    /**
     * @var int
     */
    public const PHP_81 = 80100;
    /**
     * @var int
     */
    public const PHP_82 = 80200;
    /**
     * @var int
     */
    public const PHP_10 = 100000;
}

Spamworldpro Mini