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 Fixtures\Prophecy; abstract class WithProtectedAbstractMethod { abst..

Decoded Output download

<?php

namespace Fixtures\Prophecy;

abstract class WithProtectedAbstractMethod
{
    abstract protected function innerDetail();
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Fixtures\Prophecy;

abstract class WithProtectedAbstractMethod
{
    abstract protected function innerDetail();
}

Function Calls

None

Variables

None

Stats

MD5 27d36ae83f20386fd613dce70c54a97e
Eval Count 0
Decode Time 76 ms