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 Swoole\Server; class StatusInfo { public $..

Decoded Output download

<?php

declare(strict_types=1);

namespace Swoole\Server;

class StatusInfo
{
    public $worker_id = 0;
    public $worker_pid = 0;
    public $status = 0;
    public $exit_code = 0;
    public $signal = 0;
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace Swoole\Server;

class StatusInfo
{
    public $worker_id = 0;
    public $worker_pid = 0;
    public $status = 0;
    public $exit_code = 0;
    public $signal = 0;
}

Function Calls

None

Variables

None

Stats

MD5 bd27ccd9e6cef9cfcc49104ea0e4d417
Eval Count 0
Decode Time 110 ms