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\ErrorHandler\Tests\Fixtures\FinalConstant; interface F..
Decoded Output download
<?php
namespace Symfony\Component\ErrorHandler\Tests\Fixtures\FinalConstant;
interface FinalConstantsInterface2 extends FinalConstantsInterface
{
/**
* @final for whatever reason
*/
public const OVERRIDDEN_FINAL_INTERFACE_2 = 'OVERRIDDEN_FINAL_INTERFACE_2';
public const OVERRIDDEN_NOT_FINAL_INTERFACE_2 = 'OVERRIDDEN_NOT_FINAL_INTERFACE_2';
/**
* @final
*/
public const NOT_OVERRIDDEN_FINAL_INTERFACE_2 = 'NOT_OVERRIDDEN_FINAL_INTERFACE_2';
public const NOT_OVERRIDDEN_NOT_FINAL_INTERFACE_2 = 'NOT_OVERRIDDEN_NOT_FINAL_INTERFACE_2';
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Symfony\Component\ErrorHandler\Tests\Fixtures\FinalConstant;
interface FinalConstantsInterface2 extends FinalConstantsInterface
{
/**
* @final for whatever reason
*/
public const OVERRIDDEN_FINAL_INTERFACE_2 = 'OVERRIDDEN_FINAL_INTERFACE_2';
public const OVERRIDDEN_NOT_FINAL_INTERFACE_2 = 'OVERRIDDEN_NOT_FINAL_INTERFACE_2';
/**
* @final
*/
public const NOT_OVERRIDDEN_FINAL_INTERFACE_2 = 'NOT_OVERRIDDEN_FINAL_INTERFACE_2';
public const NOT_OVERRIDDEN_NOT_FINAL_INTERFACE_2 = 'NOT_OVERRIDDEN_NOT_FINAL_INTERFACE_2';
}
Function Calls
None |
Stats
MD5 | 05af354df950dc51250679bb3242bce3 |
Eval Count | 0 |
Decode Time | 110 ms |