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); return [ ['exception'], // exception not enough args ..

Decoded Output download

<?php

declare(strict_types=1);

return [
    ['exception'], // exception not enough args
    ['#VALUE!', 'ABC'],
    [0, 0],
    [0, null],
    [0, false],
    ['#VALUE!', ''],
    [1, true],
    [1.5, 2.25],
    [1.5, '2.25'],
    [1.5, '="2.25"'],
    [1.772454, M_PI],
    ['#NUM!', -2.1],
];
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

return [
    ['exception'], // exception not enough args
    ['#VALUE!', 'ABC'],
    [0, 0],
    [0, null],
    [0, false],
    ['#VALUE!', ''],
    [1, true],
    [1.5, 2.25],
    [1.5, '2.25'],
    [1.5, '="2.25"'],
    [1.772454, M_PI],
    ['#NUM!', -2.1],
];

Function Calls

None

Variables

None

Stats

MD5 a60830f7435c035477aa853aad94fdb2
Eval Count 0
Decode Time 73 ms