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 yiiunitrameworkilters\stubs;
use yii
bac\PhpManager;
class MockAuthManager extends PhpManager
{
/**
* This mock does not persist.
* {@inheritdoc}
*/
protected function saveToFile($data, $file)
{
}
}
?>
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\framework\filters\stubs;
use yii\rbac\PhpManager;
class MockAuthManager extends PhpManager
{
/**
* This mock does not persist.
* {@inheritdoc}
*/
protected function saveToFile($data, $file)
{
}
}
Function Calls
None |
Stats
MD5 | fb81c3e7215e9027bf1b289134374a41 |
Eval Count | 0 |
Decode Time | 86 ms |