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 declare (strict_types=1); namespace RectorPrefix202406\Symfony\Component\Routing\An..
Decoded Output download
<?php
declare (strict_types=1);
namespace RectorPrefix202406\Symfony\Component\Routing\Annotation;
if (\class_exists('Symfony\Component\Routing\Annotation\Route')) {
return;
}
class Route
{
public function __construct($path, $name = '')
{
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare (strict_types=1);
namespace RectorPrefix202406\Symfony\Component\Routing\Annotation;
if (\class_exists('Symfony\\Component\\Routing\\Annotation\\Route')) {
return;
}
class Route
{
public function __construct($path, $name = '')
{
}
}
Function Calls
None |
Stats
MD5 | 202af6307c588bfcdbce69b7c8ace28b |
Eval Count | 0 |
Decode Time | 100 ms |