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 Psecio\Iniscan; class OperationStub extends \Psecio\Iniscan\Operation { ..

Decoded Output download

<?php

namespace Psecio\Iniscan;

class OperationStub extends \Psecio\Iniscan\Operation
{
    public function execute($key, $value, $ini)
    {
        return true;
    }
} ?>

Did this file decode correctly?

Original Code

<?php

namespace Psecio\Iniscan;

class OperationStub extends \Psecio\Iniscan\Operation
{
    public function execute($key, $value, $ini)
    {
        return true;
    }
}

Function Calls

None

Variables

None

Stats

MD5 0cbe7de0f3f3b1ceff5a578fbf76fc2e
Eval Count 0
Decode Time 89 ms