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],
'http_client' => [
'default_options' => null,
'mock_response_factory' => 'my_response_factory',
],
]);
?>
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],
'http_client' => [
'default_options' => null,
'mock_response_factory' => 'my_response_factory',
],
]);
Function Calls
None |
Stats
MD5 | 0e3ea41ad1f0c4c7fa373c5ed2e1ea22 |
Eval Count | 0 |
Decode Time | 94 ms |