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\VarDumper\Tests\Fixtures; enum BackedEnumFixture: stri..

Decoded Output download

<?php

namespace Symfony\Component\VarDumper\Tests\Fixtures;

enum BackedEnumFixture: string {
    case Hearts = 'H';
    case Diamonds = 'D';
    case Clubs = 'C';
    case Spades = 'S';
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Symfony\Component\VarDumper\Tests\Fixtures;

enum BackedEnumFixture: string {
    case Hearts = 'H';
    case Diamonds = 'D';
    case Clubs = 'C';
    case Spades = 'S';
}

Function Calls

None

Variables

None

Stats

MD5 15aab781292322bea7a838ed354229b5
Eval Count 0
Decode Time 90 ms