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\Validator\Tests\Fixtures; use Symfony\Component\Valida..

Decoded Output download

<?php

namespace Symfony\Component\Validator\Tests\Fixtures;

use Symfony\Component\Validator\Constraint;

class ConstraintWithTypedProperty extends Constraint
{
    public string $foo;
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Symfony\Component\Validator\Tests\Fixtures;

use Symfony\Component\Validator\Constraint;

class ConstraintWithTypedProperty extends Constraint
{
    public string $foo;
}

Function Calls

None

Variables

None

Stats

MD5 866d9496a39ec45a272037ec50230eec
Eval Count 0
Decode Time 88 ms