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 declare(strict_types=1); namespace TestApp\Model\Entity; use Cake\ORM\Entity; /**..
Decoded Output download
<?php
declare(strict_types=1);
namespace TestApp\Model\Entity;
use Cake\ORM\Entity;
/**
* Entity for testing with hidden fields.
*/
class ProtectedUser extends Entity
{
protected array $_hidden = ['password'];
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace TestApp\Model\Entity;
use Cake\ORM\Entity;
/**
* Entity for testing with hidden fields.
*/
class ProtectedUser extends Entity
{
protected array $_hidden = ['password'];
}
Function Calls
None |
Stats
MD5 | 87da42c9677fed0f5222bc312e204fd8 |
Eval Count | 0 |
Decode Time | 85 ms |