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;
/**
* Tests entity class used for asserting correct loading
*/
class Author extends Entity
{
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace TestApp\Model\Entity;
use Cake\ORM\Entity;
/**
* Tests entity class used for asserting correct loading
*/
class Author extends Entity
{
}
Function Calls
None |
Stats
MD5 | 29a74d9f2b323f1ff02295f67a320bc6 |
Eval Count | 0 |
Decode Time | 119 ms |