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\DependencyInjection\ContainerBuilder; use Symfony\Component\D..
Decoded Output download
<?php
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\ContainerInterface;
$container = new ContainerBuilder();
$container
->register('decorator')
->setDecoratedService('decorated', 'decorated.inner', 1, ContainerInterface::NULL_ON_INVALID_REFERENCE)
;
return $container;
?>
Did this file decode correctly?
Original Code
<?php
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\ContainerInterface;
$container = new ContainerBuilder();
$container
->register('decorator')
->setDecoratedService('decorated', 'decorated.inner', 1, ContainerInterface::NULL_ON_INVALID_REFERENCE)
;
return $container;
Function Calls
None |
Stats
MD5 | 418b9948cbbde4a9067b59afb08b6a9c |
Eval Count | 0 |
Decode Time | 84 ms |