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 use Symfony\Component\Process\Exception\ProcessFailedException; use Symfony\Compone..

Decoded Output download

<?php

use Symfony\Component\Process\Exception\ProcessFailedException;
use Symfony\Component\Process\Process;

return fn () => throw new ProcessFailedException(new class([]) extends Process
{
    public function isSuccessful(): bool
    {
        return false;
    }

    public function getExitCode(): ?int
    {
        return 130;
    }

    public function isOutputDisabled(): bool
    {
        return true;
    }
});
 ?>

Did this file decode correctly?

Original Code

<?php

use Symfony\Component\Process\Exception\ProcessFailedException;
use Symfony\Component\Process\Process;

return fn () => throw new ProcessFailedException(new class([]) extends Process
{
    public function isSuccessful(): bool
    {
        return false;
    }

    public function getExitCode(): ?int
    {
        return 130;
    }

    public function isOutputDisabled(): bool
    {
        return true;
    }
});

Function Calls

None

Variables

None

Stats

MD5 ca846017f07487f1ca92ccf9438a8192
Eval Count 0
Decode Time 111 ms