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 $container->loadFromExtension('framework', [ 'annotations' => false, 'http_..

Decoded Output download

<?php

$container->loadFromExtension('framework', [
    'annotations' => false,
    'http_method_override' => false,
    'handle_all_throwables' => true,
    'php_errors' => ['log' => true],
    'php_errors' => [
        'log' => true,
        'throw' => true,
    ],
]);
 ?>

Did this file decode correctly?

Original Code

<?php

$container->loadFromExtension('framework', [
    'annotations' => false,
    'http_method_override' => false,
    'handle_all_throwables' => true,
    'php_errors' => ['log' => true],
    'php_errors' => [
        'log' => true,
        'throw' => true,
    ],
]);

Function Calls

None

Variables

None

Stats

MD5 714f0120447cd913bfbd8fba73ac8682
Eval Count 0
Decode Time 99 ms