Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. ..

Decoded Output download

<?php
/**
 * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 * http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */

namespace Aws\Ec2\Enum;

use Aws\Common\Enum;

/**
 * Contains enumerable InstanceType values
 */
class InstanceType extends Enum
{
    const T1_MICRO = 't1.micro';
    const M1_SMALL = 'm1.small';
    const M1_MEDIUM = 'm1.medium';
    const M1_LARGE = 'm1.large';
    const M1_XLARGE = 'm1.xlarge';
    const M3_MEDIUM = 'm3.medium';
    const M3_LARGE = 'm3.large';
    const M3_XLARGE = 'm3.xlarge';
    const M3_2XLARGE = 'm3.2xlarge';
    const M2_XLARGE = 'm2.xlarge';
    const M2_2XLARGE = 'm2.2xlarge';
    const M2_4XLARGE = 'm2.4xlarge';
    const CR1_8XLARGE = 'cr1.8xlarge';
    const I2_XLARGE = 'i2.xlarge';
    const I2_2XLARGE = 'i2.2xlarge';
    const I2_4XLARGE = 'i2.4xlarge';
    const I2_8XLARGE = 'i2.8xlarge';
    const HI1_4XLARGE = 'hi1.4xlarge';
    const HS1_8XLARGE = 'hs1.8xlarge';
    const C1_MEDIUM = 'c1.medium';
    const C1_XLARGE = 'c1.xlarge';
    const C3_LARGE = 'c3.large';
    const C3_XLARGE = 'c3.xlarge';
    const C3_2XLARGE = 'c3.2xlarge';
    const C3_4XLARGE = 'c3.4xlarge';
    const C3_8XLARGE = 'c3.8xlarge';
    const CC1_4XLARGE = 'cc1.4xlarge';
    const CC2_8XLARGE = 'cc2.8xlarge';
    const G2_2XLARGE = 'g2.2xlarge';
    const CG1_4XLARGE = 'cg1.4xlarge';
    const R3_LARGE = 'r3.large';
    const R3_XLARGE = 'r3.xlarge';
    const R3_2XLARGE = 'r3.2xlarge';
    const R3_4XLARGE = 'r3.4xlarge';
    const R3_8XLARGE = 'r3.8xlarge';
    const T2_MICRO = 't2.micro';
    const T2_SMALL = 't2.small';
    const T2_MEDIUM = 't2.medium';
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 * http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */

namespace Aws\Ec2\Enum;

use Aws\Common\Enum;

/**
 * Contains enumerable InstanceType values
 */
class InstanceType extends Enum
{
    const T1_MICRO = 't1.micro';
    const M1_SMALL = 'm1.small';
    const M1_MEDIUM = 'm1.medium';
    const M1_LARGE = 'm1.large';
    const M1_XLARGE = 'm1.xlarge';
    const M3_MEDIUM = 'm3.medium';
    const M3_LARGE = 'm3.large';
    const M3_XLARGE = 'm3.xlarge';
    const M3_2XLARGE = 'm3.2xlarge';
    const M2_XLARGE = 'm2.xlarge';
    const M2_2XLARGE = 'm2.2xlarge';
    const M2_4XLARGE = 'm2.4xlarge';
    const CR1_8XLARGE = 'cr1.8xlarge';
    const I2_XLARGE = 'i2.xlarge';
    const I2_2XLARGE = 'i2.2xlarge';
    const I2_4XLARGE = 'i2.4xlarge';
    const I2_8XLARGE = 'i2.8xlarge';
    const HI1_4XLARGE = 'hi1.4xlarge';
    const HS1_8XLARGE = 'hs1.8xlarge';
    const C1_MEDIUM = 'c1.medium';
    const C1_XLARGE = 'c1.xlarge';
    const C3_LARGE = 'c3.large';
    const C3_XLARGE = 'c3.xlarge';
    const C3_2XLARGE = 'c3.2xlarge';
    const C3_4XLARGE = 'c3.4xlarge';
    const C3_8XLARGE = 'c3.8xlarge';
    const CC1_4XLARGE = 'cc1.4xlarge';
    const CC2_8XLARGE = 'cc2.8xlarge';
    const G2_2XLARGE = 'g2.2xlarge';
    const CG1_4XLARGE = 'cg1.4xlarge';
    const R3_LARGE = 'r3.large';
    const R3_XLARGE = 'r3.xlarge';
    const R3_2XLARGE = 'r3.2xlarge';
    const R3_4XLARGE = 'r3.4xlarge';
    const R3_8XLARGE = 'r3.8xlarge';
    const T2_MICRO = 't2.micro';
    const T2_SMALL = 't2.small';
    const T2_MEDIUM = 't2.medium';
}

Function Calls

None

Variables

None

Stats

MD5 587530338f4378dde0636b2cd478a105
Eval Count 0
Decode Time 91 ms