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 /** * This file is part of the Phalcon Framework. * * (c) Phalcon Team <team@pha..

Decoded Output download

<?php

/**
 * This file is part of the Phalcon Framework.
 *
 * (c) Phalcon Team <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE.txt
 * file that was distributed with this source code.
 */

namespace Phalcon\Tests\Models;

use Phalcon\Mvc\Model;

class PackageDetails extends Model
{
    public $reference_type_id;
    public $reference_id;
    public $type;
    public $value;
    public $created;
    public $updated;
    public $deleted;
}
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * This file is part of the Phalcon Framework.
 *
 * (c) Phalcon Team <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE.txt
 * file that was distributed with this source code.
 */

namespace Phalcon\Tests\Models;

use Phalcon\Mvc\Model;

class PackageDetails extends Model
{
    public $reference_type_id;
    public $reference_id;
    public $type;
    public $value;
    public $created;
    public $updated;
    public $deleted;
}

Function Calls

None

Variables

None

Stats

MD5 eec6cc070a3df4a7c2435de9ef24c4bb
Eval Count 0
Decode Time 79 ms