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\Behavior; use Cake\ORM\Behavior; ..
Decoded Output download
<?php
declare(strict_types=1);
namespace TestApp\Model\Behavior;
use Cake\ORM\Behavior;
class TestBehavior extends Behavior
{
/**
* Test for event bindings.
*/
public function beforeFind(): void
{
}
/**
* Test for event bindings.
*/
public function beforeRules(): void
{
}
/**
* Test for event bindings.
*/
public function afterRules(): void
{
}
/**
* Test for event bindings.
*/
public function buildRules(): void
{
}
/**
* Test for event bindings.
*/
public function afterSaveCommit(): void
{
}
/**
* Test for event bindings.
*/
public function afterDeleteCommit(): void
{
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace TestApp\Model\Behavior;
use Cake\ORM\Behavior;
class TestBehavior extends Behavior
{
/**
* Test for event bindings.
*/
public function beforeFind(): void
{
}
/**
* Test for event bindings.
*/
public function beforeRules(): void
{
}
/**
* Test for event bindings.
*/
public function afterRules(): void
{
}
/**
* Test for event bindings.
*/
public function buildRules(): void
{
}
/**
* Test for event bindings.
*/
public function afterSaveCommit(): void
{
}
/**
* Test for event bindings.
*/
public function afterDeleteCommit(): void
{
}
}
Function Calls
None |
Stats
MD5 | 6980148ee500ea286d9d4dfd927f9017 |
Eval Count | 0 |
Decode Time | 90 ms |