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 namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compon..

Decoded Output download

<?php

namespace Symfony\Component\DependencyInjection\Tests\Fixtures;

use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
use Symfony\Component\DependencyInjection\Attribute\Lazy;

#[Lazy, Autoconfigure(lazy: true)]
class LazyAutoconfigured
{
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Symfony\Component\DependencyInjection\Tests\Fixtures;

use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
use Symfony\Component\DependencyInjection\Attribute\Lazy;

#[Lazy, Autoconfigure(lazy: true)]
class LazyAutoconfigured
{
}

Function Calls

None

Variables

None

Stats

MD5 8686f01cfa5ba95eb6d711cc9f23f4d7
Eval Count 0
Decode Time 87 ms