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\Routing\Tests\Fixtures\AttributeFixtures; use Symfony\..

Decoded Output download

<?php

namespace Symfony\Component\Routing\Tests\Fixtures\AttributeFixtures;

use Symfony\Component\Routing\Attribute\Route;

#[Route(env: 'some-env')]
class RouteWithEnv
{
    #[Route(path: '/path', name: 'action')]
    public function action()
    {
    }

    #[Route(path: '/path2', name: 'action2', env: 'some-other-env')]
    public function action2()
    {
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Symfony\Component\Routing\Tests\Fixtures\AttributeFixtures;

use Symfony\Component\Routing\Attribute\Route;

#[Route(env: 'some-env')]
class RouteWithEnv
{
    #[Route(path: '/path', name: 'action')]
    public function action()
    {
    }

    #[Route(path: '/path2', name: 'action2', env: 'some-other-env')]
    public function action2()
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 afccff83882605a5c9bdfd46a9a722f7
Eval Count 0
Decode Time 101 ms