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 /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Soft..
Decoded Output download
<?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yiiunit\datar;
/**
* Model representing 2 columns from "type" table.
*
* @property int $int_col
* @property int $int_col2 DEFAULT 1
*/
class CroppedType extends ActiveRecord
{
/**
* @inheritDoc
*/
public static function tableName()
{
return '{{%type}}';
}
/**
* @inheritDoc
*/
public function attributes()
{
return ['int_col', 'int_col2'];
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yiiunit\data\ar;
/**
* Model representing 2 columns from "type" table.
*
* @property int $int_col
* @property int $int_col2 DEFAULT 1
*/
class CroppedType extends ActiveRecord
{
/**
* @inheritDoc
*/
public static function tableName()
{
return '{{%type}}';
}
/**
* @inheritDoc
*/
public function attributes()
{
return ['int_col', 'int_col2'];
}
}
Function Calls
None |
Stats
MD5 | 539e43db59e6704f7fcca3b7a0e45f14 |
Eval Count | 0 |
Decode Time | 100 ms |