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 TestPluginTwo\Command; use Cake\Command\Command..
Decoded Output download
<?php
declare(strict_types=1);
namespace TestPluginTwo\Command;
use Cake\Command\Command;
use Cake\Console\Arguments;
use Cake\Console\ConsoleIo;
class WelcomeCommand extends Command
{
public function execute(Arguments $args, ConsoleIo $io)
{
$io->out('This is the say_hello method called from TestPluginTwo.WelcomeCommand');
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace TestPluginTwo\Command;
use Cake\Command\Command;
use Cake\Console\Arguments;
use Cake\Console\ConsoleIo;
class WelcomeCommand extends Command
{
public function execute(Arguments $args, ConsoleIo $io)
{
$io->out('This is the say_hello method called from TestPluginTwo.WelcomeCommand');
}
}
Function Calls
None |
Stats
MD5 | 2b21e87cc3b6b0cb60b9f2902dd7d7a1 |
Eval Count | 0 |
Decode Time | 106 ms |