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 WelcomeSayHelloCommand extends Command
{
    public static function defaultName(): string
    {
        return 'welcome say_hello';
    }

    public function execute(Arguments $args, ConsoleIo $io)
    {
    }
}
 ?>

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 WelcomeSayHelloCommand extends Command
{
    public static function defaultName(): string
    {
        return 'welcome say_hello';
    }

    public function execute(Arguments $args, ConsoleIo $io)
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 c07082bf5cb5e3c41623e386b9a5d4bc
Eval Count 0
Decode Time 88 ms