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 ExampleCommand extends Command
{
    public function execute(Arguments $args, ConsoleIo $io)
    {
        $io->out('This is the main method called from TestPluginTwo.ExampleCommand');
    }
}
 ?>

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 ExampleCommand extends Command
{
    public function execute(Arguments $args, ConsoleIo $io)
    {
        $io->out('This is the main method called from TestPluginTwo.ExampleCommand');
    }
}

Function Calls

None

Variables

None

Stats

MD5 50a8ebabc394c2019781fca26adfac84
Eval Count 0
Decode Time 107 ms