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\dataalidators\models;
use yiiase\Model;
class ValidatorTestTypedPropModel extends Model
{
public array $arrayTypedProperty = [true, false];
}
?>
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\validators\models;
use yii\base\Model;
class ValidatorTestTypedPropModel extends Model
{
public array $arrayTypedProperty = [true, false];
}
Function Calls
None |
Stats
MD5 | 90ccf82e9d87f1f75e097fa75dc28a67 |
Eval Count | 0 |
Decode Time | 90 ms |